del_NaN_rows {isobxr} | 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