Learn R Programming

teal (version 0.16.0)

tdata: Create a tdata object

Description

[Superseded]

Recent changes in teal cause modules to fail because modules expect a tdata object to be passed to the data argument but instead they receive a teal_data object, which is additionally wrapped in a reactive expression in the server functions. In order to easily adapt such modules without a proper refactor, use this function to downgrade the data argument.

Usage

new_tdata(...)

tdata2env(...)

get_code_tdata(...)

# S3 method for tdata join_keys(...)

get_metadata(...)

as_tdata(...)

Value

nothing

Arguments

...

ignored