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

View source: R/utilities.R

removeNaColumnR Documentation

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)

Arguments

x

any data frame

column

column name(s)

Value

updated data frame


campsismod documentation built on Oct. 12, 2023, 5:13 p.m.