I am working on a large dataset, with some rows with NAs and others with blanks:
df <- data.frame(ID = c(1:7),
df[!(is.na(df$start_pc) | df$start_pc==""), ]