redatam_close: Close dictionary

View source: R/redatam-api.R

redatam_closeR Documentation

Close dictionary

Description

Close a REDATAM database.

Usage

redatam_close(dic)

Arguments

dic

Dictionary identifier (returned by redatam_open())

Value

No return value.

Author(s)

Jaime Salvador

Examples

## Not run: 
dic<-redatam_open("path/to/rxdb")
# run some queries using 'redatam_query' or 'redatam_run'
# close de dictionary
redatam_close(dic);

## End(Not run)

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