handleNA: Function with as input a dataframe. (this will be "Y" or...

View source: R/functions_cleaning.R

handleNAR Documentation

Function with as input a dataframe. (this will be "Y" or "to_divide") It filters out rows with NA.

Description

Function with as input a dataframe. (this will be "Y" or "to_divide") It filters out rows with NA.

Usage

handleNA(df)

Arguments

df

input

Value

list with a dataframe where the rows with NA are filtered out, and a dataframe with only those rows


RCTS documentation built on May 31, 2023, 9:20 p.m.

Related to handleNA in RCTS...