redatam_internal_query: Execute a Redatam command from text

View source: R/redatam-api.R

redatam_internal_queryR Documentation

Execute a Redatam command from text

Description

Execute a Redatam command: TABLE or AREALIST.

Usage

redatam_internal_query(dic, spc)

Arguments

dic

Dictionary identifier

spc

Program text in SPC format

Value

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

Author(s)

Jaime Salvador

Examples

## Not run: 
dic<-redatam_open("path/to/rxdb")
df<-redatam_internal_query(dic,"freq person.sexo")

## End(Not run)

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