Learn R Programming

SLEMI (version 1.0.2)

aux_deleteNA_df: Removing NAs observations from a data frame

Description

Internal, auxiliary functions

Usage

aux_deleteNA_df(data)

Value

a data.frame object with the same structure as data and no observation with missing (NA) values

Arguments

data

is a data.frame object

Examples

Run this code
df=data.frame(x=c(rnorm(10),NA,NA),y=c(NA,NA,rnorm(10)))
SLEMI:::aux_deleteNA_df(df)

Run the code above in your browser using DataLab