formant_to_df: Praat Formant object to dataframe

Description Usage Arguments Value Author(s) Examples

View source: R/formant_to_df.R

Description

Convert a Praat Formant object to a dataframe.

Usage

1
formant_to_df(file_name)

Arguments

file_name

string with a filename or path to the Formant file

Value

a dataframe with columns: time_start, time_end, frequency, bandwidth and formant

Author(s)

George Moroz <agricolamz@gmail.com>

Examples

1
formant_to_df(system.file("extdata", "e.Formant", package = "phonfieldwork"))

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