Learn R Programming

redatamx (version 1.2.1)

redatam_save: Save dictionary

Description

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

Usage

redatam_save(dic, name = "")

Value

No return value.

Arguments

dic

Dictionary identifier (returned by redatam_open())

name

Dictionary file name

Author

Jaime Salvador

Examples

Run this code
if (FALSE) {
dic<-redatam_open("path/to/rxdb")
...
redatam_save(dic,"path/to/new/dictionary.rxdb")
}

Run the code above in your browser using DataLab