remove_NA_cols: Remove columns from an array if they contain all NA values

Description Usage Arguments Examples

Description

A convenience function to clean up your data by removing any columns that will not be useful since they consist entirely of NA values.

Usage

1

Arguments

x

A dataframe or other array.

Examples

1
remove_NA_cols(my.dataframe)

eveskew/reskew documentation built on May 16, 2019, 7:10 p.m.