View source: R/extractExpDetails_DB.R
extractExpDetails_DB | R Documentation |
extractExpDetails_DB
reads a Simcyp Simulator database
file for information about how the simulation was set up. This uses the
Simcyp package under the hood.
extractExpDetails_DB(sim_data_file)
sim_data_file |
the database file to get information from. To get all possible information, please be sure that a matching workspace MUST also be present, as in, the exact same file name but ending in ".wksz" instead of ".db". This is because some information is not present in the database file but is in the workspace. |
a list of information about how your simulations were set up, and this list will take the same format as the lists you would receive from other extractExpDetails_x functions.
# none yet
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.