I have the following data frame lets call it df, with the following observations:
df
id type company 1 NA NA 2 NA ADM 3 Nort
you can use
na.omit(data_frame_name)