View source: R/help_parameter_estimation_functions.R
load_trial_data | R Documentation |
Function to load the file containing trial data and return it
load_trial_data(file = NULL, sheet = NULL)
file |
name of the file in full |
sheet |
name of the sheet if excel work book is given |
trial data if success, else -1
load_trial_data(system.file("extdata", "trial_data.csv",
package = "packDAMipd"
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.