summarise_all_vars: Summarises a dataset using 'tidyr::gather()' and...

Description Usage Arguments Value Examples

View source: R/data_wrangling.R

Description

Summarises a dataset using tidyr::gather() and dplyr::summarise().

Usage

1

Arguments

data

dataset

Value

return a tbl_df with one var per row and one column for mean, sd, max, min (all with missings removed), the number of missings, the number of nonmissing values, and the number of distinct values

Examples

1
2
3
4

grebbel/formr_test documentation built on May 17, 2019, 8:34 a.m.