summarize_vars: Summary table of variables

View source: R/summarize-vars.R

summarize_varsR Documentation

Summary table of variables

Description

Generate a summary table of variables in a dataframe.

Usage

summarize_vars(
  df,
  vars = names(df),
  few_uniq_vals = 10L,
  groups = NULL,
  integers = NULL,
  ordinal = NULL
)

Arguments

df

Dataframe of variables

vars

Variable names to analyze in the dataframe

few_uniq_vals

Number of values below which we display the numeric variable as a candidate to be an integer.

groups

TBD

integers

Explicitly note integer-valued variables

ordinal

Explicitly note ordinal variables


ck37/ckTools documentation built on April 29, 2023, 11:47 p.m.