Learn R Programming

campsismod (version 1.4.0)

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

Description

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

Usage

remove_na_column(x, column)

Value

updated data frame

Arguments

x

any data frame

column

column name(s)