Learn R Programming

teal.data (version 0.5.0)

teal_data: Comprehensive data integration function for teal applications

Description

[Stable]

Universal function to pass data to teal application.

Usage

teal_data(..., join_keys = teal.data::join_keys(), code = character(0), check)

Value

A teal_data object.

Arguments

...

any number of objects (presumably data objects) provided as name = value pairs.

join_keys

(join_keys) object or a single (join_key_set) object.

(optional) object with dataset column relationships used for joining. If empty then no joins between pairs of objects.

code

(character, language) optional code to reproduce the datasets provided in .... Note this code is not executed and the teal_data may not be reproducible

check

(logical) [Deprecated] Use verify() to verify code reproducibility .

Examples

Run this code
teal_data(x1 = iris, x2 = mtcars)

Run the code above in your browser using DataLab