extract_thresholddata: A function which extracts tresholdData that was measured with...

Description Usage Arguments Examples

View source: R/extract_thresholddata.R

Description

This function allows to read in, transpose and clean auditory threshold data (xlsx format) from multiple participants and converts it into a single dataframe

Usage

1
extract_thresholddata(list_datafiles)

Arguments

list_datafiles

A list with xls(x) files

Examples

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)

pianeu/USZ_multiThreshold documentation built on July 17, 2020, 7:32 a.m.