redatam_internal_run: Execute a Redatam command from file

View source: R/redatam-api.R

redatam_internal_runR Documentation

Execute a Redatam command from file

Description

Execute a Redatam command: TABLE or AREALIST.

Usage

redatam_internal_run(dic, file_name)

Arguments

dic

Dictionary identifier

file_name

Program file name

Value

Raw dataset with all values: tot, na, mv, values.

Author(s)

Jaime Salvador

Examples

## Not run: 
dic<-redatam.open("rxdb")
df<-redatam.internal_run(dic,"/path/to/nmir_test.spc")

## End(Not run)

minired documentation built on April 4, 2025, 2:27 a.m.