delete the row if specific column is blank in R code example Example: remove null values from a column in r df[!(is.na(df$start_pc) | df$start_pc==""), ]