Learn R Programming

campsismod (version 1.2.1)

removeNaColumn: Remove given column(s) if it has only NA's.

Description

Remove given column(s) if it has only NA's.

Usage

removeNaColumn(x, column)

Value

updated data frame

Arguments

x

any data frame

column

column name(s)