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

View source: R/utilities.R

remove_na_columnR Documentation

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)

Arguments

x

any data frame

column

column name(s)

Value

updated data frame


campsismod documentation built on July 30, 2026, 9:06 a.m.