| teal_data_utilities | R Documentation |
teal_data utilsIn 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 to datanames used by the module, to shorten obtainable R-code
.append_evaluated_code(data, code)
.append_modified_data(data, objects)
data |
( |
code |
( |
objects |
( |
Due to above recreation of teal_data object can't be done simply by using public
teal.code and teal.data methods.
modified teal_data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.