View source: R/extractExpDetails_mult.R
extractExpDetails_mult | R Documentation |
extractExpDetails_mult
takes a character vector of Simcyp Simulator
output files – or all the Excel files in the current directory if no files
are specified – and collects experimental details for the simulations into a
single table. It optionally saves that table to a csv or Excel file. For
detailed instructions and examples, please see the SharePoint file "Simcyp
PBPKConsult R Files - Simcyp PBPKConsult R Files/SimcypConsultancy function
examples and instructions/Checking simulation experimental
details/Checking-simulation-experimental-details.docx". (Sorry, we are unable
to include a link to it here.)
extractExpDetails_mult(
sim_data_files = NA,
exp_details = "all",
existing_exp_details = NA,
overwrite = FALSE,
...
)
sim_data_files |
a character vector of simulator output files, each in
quotes and encapsulated with |
exp_details |
experimental details you want to extract from the
simulator output files using the function
Note: While information about custom dosing regimens can be
extracted by the function |
existing_exp_details |
(optional) a data.frame that contains previously
extracted experimental details. If this object does exist, it should
NOT be in quotes, e.g. |
overwrite |
TRUE or FALSE (default) on whether to re-extract the
experimental details from output files that are already included in
|
Returns a data.frame of experimental details for simulator files
extractExpDetails_mult(
sim_data_files =
c("Example simulator output - SD MDZ + MD RTV.xlsx",
"Example simulator output - MDZ + metabolites.xlsx",
"Example simulator output - met1 met2 sec met1 inhib1.xlsx",
"Example simulator output - met1 met2 sec met1.xlsx"),
exp_details = "all")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.