makeDataOntology: Creates general data ontology

Description Usage Arguments Value Examples

View source: R/makeDataOntology.R

Description

Creates general data ontology used by all data tables from the concept table. Option to save/load as .rds file.

Usage

1
makeDataOntology(declare = FALSE, store_ontology = FALSE)

Arguments

declare

TRUE/FALSE will output status and data information during the process

store_ontology

TRUE/FALSE If TRUE: will attempt to load .rds file from the current outDirectory; will create and save it if it does not exist. If FALSE: will build table.

Value

Returns a ontology table dictionary of concepts contained in the 'concept' table.

Examples

1
2
3
4
## Not run: 
dataOntology <- makeDataOntology(declare=FALSE,store_ontology=TRUE)

## End(Not run)

BenGlicksberg/ROMOP documentation built on March 6, 2020, 8:15 p.m.