teal_data_utilities {teal} | R Documentation |
teal_data
utils
Description
In teal
we need to recreate the teal_data
object due to two operations:
we need to append filter-data code and objects which have been evaluated in
FilteredData
and we want to avoid double-evaluation.we need to subset
teal_data
todatanames
used by the module, to shorten obtainable R-code
Usage
.append_evaluated_code(data, code)
.append_modified_data(data, objects)
Arguments
data |
( |
code |
( |
objects |
( |
Details
Due to above recreation of teal_data
object can't be done simply by using public
teal.code
and teal.data
methods.
Value
modified teal_data
[Package teal version 0.16.0 Index]