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

View source: R/help_parameter_estimation_functions.R

load_trial_dataR Documentation

Function to load the file containing trial data and return it

Description

Function to load the file containing trial data and return it

Usage

load_trial_data(file = NULL, sheet = NULL)

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

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

packDAMipd documentation built on May 29, 2024, 3:18 a.m.