assert_nm_table_format: Check if a 'NONMEM' table file contains one or more tables in...

View source: R/nm-file.R

assert_nm_table_formatR Documentation

Check if a NONMEM table file contains one or more tables in the specified format

Description

Check if a NONMEM table file contains one or more tables in the specified format

Usage

assert_nm_table_format(
  .path,
  check_multiple = FALSE,
  table_pattern = "TABLE NO"
)

Arguments

.path

a path to a table file.

check_multiple

Logical (T/F). If TRUE, check if there are multiple tables (most single table files still contain the default table_pattern).

table_pattern

character string defining the start of a new table (regex accepted).

Value

logical

See Also

nm_file_multi_tab()


metrumresearchgroup/bbr documentation built on March 29, 2025, 1:08 p.m.