View source: R/extractExpDetails_XML.R
extractExpDetails_XML | R Documentation |
extractExpDetails_XML
takes a character vector of Simcyp Simulator or
Simcyp Discovery workspaces – or all the workspace 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.
extractExpDetails_XML(
sim_workspace_files = NA,
compoundsToExtract = "all",
exp_details = "all",
save_output = NA
)
sim_workspace_files |
a character vector of simulator files, each in
quotes and encapsulated with |
compoundsToExtract |
For which compound do you want to extract concentration-time data? Options are:
Input to this argument
should be all desired compounds as a character vector, e.g.,
|
exp_details |
experimental details you want to extract from the
simulator workspace files; currently "all" is the only acceptable input and
anything else will be ignored. These are much more limited than the options
for the function |
save_output |
optionally save the output by supplying a csv or Excel file name in quotes here, e.g., "Simulation details.csv" or "Simulation details.xlsx". Do not include any slashes, dollar signs, or periods in the file name. If you leave off the file extension, it will be saved as a csv file. |
Returns a data.frame of the experimental details
# None yet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.