View source: R/local_functions.R
| del_NaN_rows | R Documentation | 
Delete rows of a dataframe containing NaN values in a given column
del_NaN_rows(dataframe, by_col, resetrows)
| dataframe | dataframe | 
| by_col | Name of column from which NaN values should be removed. Character string. | 
| resetrows | Logical value to reset the row numbering or not. | 
Subset of dataframe without the rows containing NaN values in column by_col
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.