Skip to contents

datasummary statistic shortcut

Usage

N(x)

Arguments

x

variable to summarize

Examples

if (identical(Sys.getenv("pkgdown"),  "true")) {
datasummary(Factor(cyl) ~ N, data = mtcars)
}