getTableNames {Certara.NLME8} | R Documentation |
Table names from the column definition file
Description
Extracts table names from the column definition file
Usage
getTableNames(columnDefinitionFilename, columnDefinitionText, simtbl = FALSE)
Arguments
columnDefinitionFilename |
path to NLME column definition file to be read |
columnDefinitionText |
Lines of column definition file to be used (only
if |
simtbl |
logical. |
Value
vector of names of the tables in column definition file if any, empty string otherwise
Examples
## Not run:
getTableNames(columnDefinitionFilename = "cols1.txt",
simtbl = TRUE)
## End(Not run)
[Package Certara.NLME8 version 3.0.1 Index]