redatam_open {redatamx} | R Documentation |
Open dictionary
Description
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(s)
Jaime Salvador
Examples
## Not run:
dic<-redatam_open("path/to/rxdb")
## End(Not run)
[Package redatamx version 1.1.4 Index]