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 (returned by redatam_open())

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("path/to/rxdb")
df<-redatam.internal_run(dic,"/path/to/program.spc")

## End(Not run)

redatamx documentation built on June 10, 2025, 1:08 a.m.