load_trial_data: Function to load the file containing trial data and return it

Description Usage Arguments Value Examples

View source: R/help_parameter_estimation_functions.R

Description

Function to load the file containing trial data and return it

Usage

1

Arguments

file,

name of the file in full

sheet

name of the sheet if excel work book is given

Value

trial data if success, else -1

Examples

1
2
3
load_trial_data(system.file("extdata", "trial_data.csv",
  package = "packDAMipd"
))

packDAMipd documentation built on March 3, 2021, 5:07 p.m.