phonfieldwork (version 0.0.10)

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)

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"

Examples

Run this code
# NOT RUN {
read_from_folder(system.file("extdata", package = "phonfieldwork"), "eaf")

# }

Run the code above in your browser using DataCamp Workspace