powered by
Extracts table names from the column definition file
getTableNames(columnDefinitionFilename, columnDefinitionText, simtbl = FALSE)
vector of names of the tables in column definition file if any, empty string otherwise
path to NLME column definition file to be read
Lines of column definition file to be used (only if columnDefinitionFilename is not given or NULL).
columnDefinitionFilename
NULL
logical. TRUE extracts simulation tables, FALSE extracts simple tables.
TRUE
FALSE
if (FALSE) { getTableNames(columnDefinitionFilename = "cols1.txt", simtbl = TRUE) }
Run the code above in your browser using DataLab