Description Usage Arguments Examples
View source: R/extract_thresholddata.R
This function allows to read in, transpose and clean auditory threshold data (xlsx format) from multiple participants and converts it into a single dataframe
1 | extract_thresholddata(list_datafiles)
|
list_datafiles |
A list with xls(x) files |
1 2 3 4 5 | example_data_path <- system.file("exdata","exdatathr.xls", package = "UZSmultiThreshold")
file_list <- list.files(example_data_path, full.names = TRUE, recursive = TRUE)
Call extract_thresholddata function
threshold_data <- extract_thresholddata(file_list)
head(threshold_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.