powered by
Read (single or) multiple NONMEM tables from a single file
read_nm_multi_table( fileName, header = TRUE, ..., simplify = TRUE, table_start_pattern = "^TABLE NO" )
A list of data.frames, or if only one is present and simplify=TRUE, a data.frame.
The filename to read from
Arguments passed to read.table
If a single table is present, return a data.frame instead of a list of data.frames?
What should be found to start a new table?
Bill Denney
Other NONMEM reading: plot_scm(), read_nm_all(), read_nmcov(), read_nmext(), read_nmtables(), read_nm(), read_scm()
plot_scm()
read_nm_all()
read_nmcov()
read_nmext()
read_nmtables()
read_nm()
read_scm()
if (FALSE) { read_nm_multi_table("run1.cov", row.names=1) }
Run the code above in your browser using DataLab