Read (single or) multiple NONMEM tables from a single file
Source:R/read_nmtables.R
read_nm_multi_table.RdRead (single or) multiple NONMEM tables from a single file
Usage
read_nm_multi_table(
fileName,
header = TRUE,
...,
simplify = TRUE,
table_start_pattern = "^TABLE NO"
)See also
Other NONMEM reading:
plot_scm(),
read_nm(),
read_nm_all(),
read_nmcov(),
read_nmext(),
read_nmtables(),
read_scm()