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

View source: R/omopDataFolder.R

omopDataFolderR Documentation

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)

Arguments

path

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

Value

The OMOP data folder.

Examples


omopDataFolder()
omopDataFolder(file.path(tempdir(), "OMOP_DATA"))
omopDataFolder()



omopgenerics documentation built on Dec. 1, 2025, 5:07 p.m.