This function quickly reads in all the files contained in the "/csvs" folder within a Fast Track directory. Since Fast Track exports the acoustic measurements into separate files per token, this function is a quick way to read those all in at once.
readcsvs(path, fileinformation = NA, progressbar = TRUE, write = FALSE)
| path | The path to the working directory for the Fast Track project. If no path is provided, the current working directory for the current R session is used. |
|---|---|
| fileinformation | --. |
| progressbar | if TRUE, a progress bar prints out in the console. |
| write | --. |
A dataframe or list of dataframes, as determined by the asone parameter.
Note that missing F0 data is stored as 0 in the .csv files. These are converted to NA when read in using this function.
if (FALSE) { csvs <- readcsvs() }