get_check: get_check

Description Usage Arguments Value See Also Examples

View source: R/get_check.R

Description

Identify ambiguous type variables from a data frame of mixed variable types Comparison operators used are = NA values do not contribute to level counts

Usage

1
get_check(df, lower = 6, upper = 15)

Arguments

df

data frame of mixed variable types

lower

lower bound of unique values

upper

upper bound of unique values

Value

data frame containing only ID and variables meeting criteria, which should then be assessed manually

See Also

Other filter functions: colfilter, get_binary, get_categorical, get_continuous, min_cat_n, min_n, remove_incomplete_obs, remove_outliers, rowfilter

Examples

1
2
3
require(NHANES)
data(NHANES) 
head(get_check(NHANES))

HallLab/clarite documentation built on Oct. 27, 2020, 6:27 p.m.