Learn R Programming

redatamx (version 1.2.1)

outputs: Environment for Outputs Tables

Description

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.

Usage

outputs

Arguments

Format

An object of class environment of length 0.

Examples

Run this code
if (FALSE) {
dic<-redatam_open("path/to/rxdb")
df<-redatam_query(dic,"tbl1<-freq person.sexo")
# Accessing the tbl1 object from environment
redatamx::outputs$tbl1
# Accessing the output from Global Environment
print(df)
}

Run the code above in your browser using DataLab