teal_data {teal.data} | R Documentation |
Comprehensive data integration function for teal
applications
Description
Universal function to pass data to teal application.
Usage
teal_data(..., join_keys = teal.data::join_keys(), code = character(0), check)
Arguments
... |
any number of objects (presumably data objects) provided as |
join_keys |
( |
code |
( |
check |
( |
Value
A teal_data
object.
Examples
teal_data(x1 = iris, x2 = mtcars)
[Package teal.data version 0.6.0 Index]