naFilter: Filter collumns by NA ratio

View source: R/naFilter.R

naFilterR Documentation

Filter collumns by NA ratio

Description

Select columns that have NA ratio above a threshold. A vector will be returned with the indices of the columns that exceeded the limit.

Usage

naFilter(x, percentCases = 0.5)

Arguments

x

Dataframe

percentCases

threshold


marcelocamacho/barometer documentation built on Feb. 26, 2023, 12:18 p.m.