View source: R/read_from_folder.R
read_from_folder | R Documentation |
This function reads multiple files from the folder. The first argument is the path, the second argument is the type of files to read.
read_from_folder(path, type = "textgrid")
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" |
dataframe with contents of all files of a selected type
George Moroz <agricolamz@gmail.com>
read_from_folder(system.file("extdata", package = "phonfieldwork"), "eaf")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.