assert_nm_table_format | R Documentation |
NONMEM
table file contains one or more tables in the
specified formatCheck if a NONMEM
table file contains one or more tables in the
specified format
assert_nm_table_format(
.path,
check_multiple = FALSE,
table_pattern = "TABLE NO"
)
.path |
a path to a table file. |
check_multiple |
Logical (T/F). If |
table_pattern |
character string defining the start of a new table (regex accepted). |
logical
nm_file_multi_tab()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.