tdata2env | R Documentation |
tdata
object to an environment
Any reactive
expressions inside tdata
are evaluated first.
tdata2env(data)
data |
( |
An environment
.
data <- new_tdata(
data = list(iris = iris, mtcars = reactive(mtcars)),
code = "iris <- iris
mtcars = mtcars"
)
my_env <- isolate(tdata2env(data))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.