redatam_save: Save dictionary

View source: R/redatam-api.R

redatam_saveR Documentation

Save dictionary

Description

Save a REDATAM database. This function can be used to save a dictionary.

Usage

redatam_save(dic, name = "")

Arguments

dic

Dictionary identifier

name

Dictionary filename

Value

No return value.

Author(s)

Jaime Salvador

Examples

## Not run: 
dic<-redatam_open("path/to/rxdb")
...
redatam_save(dic,"path/to/new/dictionary.rxdb")

## End(Not run)

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