del_NaN_rows: Delete rows of a dataframe containing NaN values in a given...

View source: R/local_functions.R

del_NaN_rowsR 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


isobxr documentation built on Aug. 23, 2023, 5:06 p.m.