Learn R Programming

omopgenerics (version 1.3.1)

omopDataFolder: Check or set the OMOP_DATA_FOLDER where the OMOP related data is stored.

Description

Check or set the OMOP_DATA_FOLDER where the OMOP related data is stored.

Usage

omopDataFolder(path = NULL)

Value

The OMOP data folder.

Arguments

path

Path to a folder to store the OMOP related data. If NULL the current OMOP_DATA_FOLDER is returned.

Examples

Run this code
# \donttest{
omopDataFolder()
omopDataFolder(file.path(tempdir(), "OMOP_DATA"))
omopDataFolder()
# }

Run the code above in your browser using DataLab