powered by
qenv
Subsets qenv environment and limits the code to the necessary needed to build limited objects.
# S3 method for qenv [(x, names, ...)
(qenv)
(character) names of objects included in qenv to subset. Names not present in qenv are skipped.
character
internal usage, please ignore.
q <- qenv() q <- eval_code(q, "a <- 1;b<-2") q["a"] q[c("a", "b")]
Run the code above in your browser using DataLab