View source: R/pmx_manual_import.R
| pmx_manual_nm_import | R Documentation | 
Manually provide names of the table files to be imported.
pmx_manual_nm_import(
  tab_names = c("sdtab", "mutab", "patab", "catab", "cotab", "mytab", "extra", "xptab",
    "cwtab"),
  tab_suffix = "",
  sim_suffix = "sim"
)
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.  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.