Description Usage Arguments Examples
This function removes rows from a dataframe when one column contains NAs
1 | na_omit_col(data, desiredCols)
|
data |
the data frame |
desiredCols |
the heading of the specific column |
1 2 | df1 <- na_omit_col(df, "ID")
na_omit_col()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.