Comprehensive data integration function for teal
applications
Source: R/teal_report-class.R
teal_report.Rd
Arguments
- ...
any number of objects (presumably data objects) provided as
name = value
pairs.- teal_card
(
teal_card
) object containing the report content.- code
-
(
character
,language
) optional code to reproduce the datasets provided in...
. Note this code is not executed and theteal_data
may not be reproducibleUse
verify()
to verify code reproducibility. - join_keys
(
join_keys
or singlejoin_key_set
) optional object with datasets column names used for joining. If empty then no joins between pairs of objects.- x
(
qenv
orteal_data
) object to convert toteal_report
.