Learn R Programming

omopgenerics (version 1.4.1)

importConceptSetExpression: Import a concept set expression.

Description

Import a concept set expression.

Usage

importConceptSetExpression(path, type = NULL, recursive = FALSE)

Value

A concept set expression

Arguments

path

Path to a file or directory to import.

type

Type of files to import. If NULL, all supported file types are imported. Currently 'json' and 'csv' are supported.

recursive

If TRUE and path is a directory, search for files will recurse into directories.