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.


ggPMXdevelopment/ggPMX documentation built on Dec. 11, 2023, 5:24 a.m.