tabla: Alternate version of 'table', with 'useNA = "ifany"'

Description Usage Arguments Examples

Description

Useful for data cleaning checks.

Usage

1

Arguments

...

Arguments passed to table.

Examples

1
2
3
4
5
x <- c(rep(1:3,3), rep(NA, 3))
table(x)
tabla(x)
y <- na.omit(x)
tabla(y)

hemoshear/assayr2 documentation built on Nov. 8, 2019, 6:13 p.m.