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 April 3, 2025, 7:37 p.m.