remove_na | R Documentation |
Remove rows with NA values in any of the requested columns
remove_na(df, cols = NULL)
df |
(data.frame) NEBCS data |
cols |
(list) list of column names to look for NA values |
(data.frame) Same data as df, but with rows with NA values in any of the requested columns removed
remove_na(df, c('YEAR', 'CIGDUR'))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.