pmx_manual_nm_import: Manually define nonmem tables to be imported

View source: R/pmx_manual_import.R

pmx_manual_nm_importR Documentation

Manually define nonmem tables to be imported

Description

Manually provide names of the table files to be imported.

Usage

pmx_manual_nm_import(
  tab_names = c("sdtab", "mutab", "patab", "catab", "cotab", "mytab", "extra", "xptab",
    "cwtab"),
  tab_suffix = "",
  sim_suffix = "sim"
)

Arguments

tab_names

Provide the name of the tables to import e.g. 'sdtab', 'patab', 'cotab', 'catab' for NONMEM.

tab_suffix

Default is ”, but can be changed to any character string to be used as suffix in the table names.

sim_suffix

Default is 'sim', but can be changed to any character string to be used as suffix in the simulation table names e.g. sdtab001sim.


ggPMX documentation built on July 9, 2023, 7:45 p.m.