View source: R/extractExpDetails.R
extractExpDetails | 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(sim_data_file, exp_details = "Summary and Input")
sim_data_file |
name of the Excel file containing the simulator output, in quotes. A note: There are just a few items that we will attempt to extract from the matching workspace file; for that information, we will look for a workspace file that is named identically to the Excel file except for the file extension. It will ignore the date/time stamp that the autorunner adds as long as that stamp is in a format like this: "myfile - 2023-10-31 07-23-15.xlsx". |
exp_details |
Experiment details you want to extract from the simulator output file. Options are
NOTES:
|
Returns a named list of the experimental details
extractExpDetails(sim_data_file = "../Example simulator output.xlsx")
extractExpDetails(sim_data_file = "../Example simulator output MD + inhibitor.xlsx")
extractExpDetails(sim_data_file = "../Example simulator output.xlsx",
exp_details = "all")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.