read_from_folder: Read multiple files from the folder

Description Usage Arguments Author(s) Examples

View source: R/read_from_folder.R

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

1

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(s)

George Moroz <agricolamz@gmail.com>

Examples

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

phonfieldwork documentation built on March 3, 2021, 1:12 a.m.