Learn R Programming

redatamx (version 1.2.1)

redatam_close: Close dictionary

Description

Close a REDATAM database.

Usage

redatam_close(dic)

Value

No return value.

Arguments

dic

Dictionary identifier (returned by redatam_open())

Author

Jaime Salvador

Examples

Run this code
if (FALSE) {
dic<-redatam_open("path/to/rxdb")
# run some queries using 'redatam_query' or 'redatam_run'
# close de dictionary
redatam_close(dic);
}

Run the code above in your browser using DataLab