summarize_dataset: Summarize full dataset

Description Usage Arguments

Description

Create a full object that summarizes both subject level and time varying variables.

Usage

1
2
3
4
summarize_dataset(dt, check = TRUE, group_duration = "week",
  verbose = TRUE, agedays_min = -365, agedays_max = 365 * 2)

summarize_dataset_json(..., pretty = TRUE)

Arguments

dt

dataset to summarizes

check

boolean to determine if check_data() should be performed

group_duration

string of one of c("week", "month", "quarter", "year")

verbose

boolean to determine if progress bars should be displayed

agedays_min, agedays_max

min and max agedays allowed

...

all args directly passed to summarize_dataset

pretty

boolean to determine if the json should be pretty printed


HBGDki/hbgdStatSummary documentation built on May 6, 2019, 9:45 p.m.