subset-qenv | R Documentation |
qenv
Subsets qenv
environment and limits the code to the necessary needed to build limited objects.
## S3 method for class 'qenv'
x[names, ...]
x |
( |
names |
( |
... |
internal usage, please ignore. |
q <- qenv()
q <- eval_code(q, "a <- 1;b<-2")
q["a"]
q[c("a", "b")]
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.