outputs | R Documentation |
This environment is created to store the outputs generated by a Redatam program execution. The environment contains TABLES (Redatam outputs) generated from FREQ, AREALIST, MATOP, TABLIST commands. You can't modify objects contained in this environment.
outputs
An object of class environment
of length 0.
## Not run:
library(minired)
dic<-redatam_open("c:/nmir/nmiresp.rxdb")
df<-redatam_query(dic,"tbl1<-freq person.sexo")
# Accessing the tbl1 object from environment
redatam::outputs$tbl1
# Accessing the output from Global Environment
print(tbl1)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.