getTableNames {Certara.NLME8} | R Documentation |
Extracts table names from the column definition file
getTableNames(columnDefinitionFilename, simtbl = FALSE)
columnDefinitionFilename |
path to NLME column definition file |
simtbl |
logical. |
vector of names of the tables in column definition file if any, empty string otherwise
## Not run:
getTableNames("cols1.txt", simtbl = TRUE)
## End(Not run)