Skip to contents

Open a REDATAM database. This function returns an ID than can be used in functions to query data.

Usage

redatam_open(dictionary_name)

Arguments

dictionary_name

Dictionary file name

Value

ID than can be used in functions to query data.

Author

Jaime Salvador

Examples

if (FALSE) { # \dontrun{
dic<-redatam_open("path/to/rxdb")
} # }