read_from_folder {phonfieldwork} | R Documentation |
Read multiple files from the folder
Description
This function reads multiple files from the folder. The first argument is the path, the second argument is the type of files to read.
Usage
read_from_folder(path, type = "textgrid")
Arguments
path |
to a folder with multiple sound files. |
type |
should be one of the following: "duration", "audacity", "eaf", "exb", "flextext", "formant", "intensity", "picth", "srt", "textgrid" |
Value
dataframe with contents of all files of a selected type
Author(s)
George Moroz <agricolamz@gmail.com>
Examples
read_from_folder(system.file("extdata", package = "phonfieldwork"), "eaf")
[Package phonfieldwork version 0.0.17 Index]