del_NaN_rows {isobxr} | R Documentation |
Delete rows of a dataframe containing NaN values in a given column
Description
Delete rows of a dataframe containing NaN values in a given column
Usage
del_NaN_rows(dataframe, by_col, resetrows)
Arguments
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. |
Value
Subset of dataframe without the rows containing NaN values in column by_col
[Package isobxr version 2.0.0 Index]