extractExpDetails_DB: Extract simulation experimental details from a database file

View source: R/extractExpDetails_DB.R

extractExpDetails_DBR Documentation

Extract simulation experimental details from a database file

Description

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.

Usage

extractExpDetails_DB(sim_data_file)

Arguments

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.

Value

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.

Examples

# none yet


shirewoman2/Consultancy documentation built on Feb. 18, 2025, 10 p.m.