getTableNames {Certara.NLME8}R Documentation

Table names from the column definition file

Description

Extracts table names from the column definition file

Usage

getTableNames(columnDefinitionFilename, simtbl = FALSE)

Arguments

columnDefinitionFilename

path to NLME column definition file

simtbl

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

Value

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

Examples

## Not run: 
getTableNames("cols1.txt", simtbl = TRUE)

## End(Not run)


[Package Certara.NLME8 version 1.2.4 Index]