phonfieldwork (version 0.0.13)

read_from_folder: 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")

Value

dataframe with contents of all files of a selected type

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"

Author

George Moroz <agricolamz@gmail.com>

Examples

Run this code

read_from_folder(system.file("extdata", package = "phonfieldwork"), "eaf")

Run the code above in your browser using DataLab