benvo: Create a benvo object

Description Usage Arguments Details Value See Also

View source: R/benvo.R

Description

Create a benvo object

Usage

1
benvo(subject_data, sub_bef_data = NULL, by = NULL, ...)

Arguments

subject_data

data.frame containing subject level covariates.

sub_bef_data

named list of data frames that contain subject-bef relevant data. NULL by default which returns a "base benvo" Which can be built upon/added to.

by

optional key to link subject - sub_bef data. Will use the intersection of column names if not specified directly.

...

optional arguments for specifying date-time columns see set_datetime_cols

Details

benvo is a constructor function which creates benvo objects. In particular, note that the benvo function will explicitly check the data you provide, to ensure benvo methods can be performed without error.

Value

benvo object

See Also

Introductory and more Specialized vignettes.


rbenvo documentation built on Nov. 18, 2020, 5:07 p.m.