Learn R Programming

Certara.NLME8 (version 3.0.1)

getTableNames: Table names from the column definition file

Description

Extracts table names from the column definition file

Usage

getTableNames(columnDefinitionFilename, columnDefinitionText, simtbl = FALSE)

Value

vector of names of the tables in column definition file if any, empty string otherwise

Arguments

columnDefinitionFilename

path to NLME column definition file to be read

columnDefinitionText

Lines of column definition file to be used (only if columnDefinitionFilename is not given or NULL).

simtbl

logical. TRUE extracts simulation tables, FALSE extracts simple tables.

Examples

Run this code
if (FALSE) {
  getTableNames(columnDefinitionFilename = "cols1.txt",
                simtbl = TRUE)
}

Run the code above in your browser using DataLab