View source: R/extractExpDetails_VBE.R
extractExpDetails_VBE | R Documentation |
extractExpDetails
looks up experimental design details
from a Simcyp Simulator output 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_VBE(
sim_data_files,
existing_exp_details = NA,
overwrite = FALSE,
sheet_names = NA,
...
)
sim_data_files |
a character vector of simulator output files, each in
quotes and encapsulated with |
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 named list of simulation experimental details for simulator files
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.