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 Aug. 8, 2025, 6:43 p.m.