phonfieldwork (version 0.0.14)

formant_to_df: Praat Formant object to dataframe

Description

Convert a Praat Formant object to a dataframe.

Usage

formant_to_df(file_name)

Value

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

Arguments

file_name

string with a filename or path to the Formant file

Author

George Moroz <agricolamz@gmail.com>

Examples

Run this code
formant_to_df(system.file("extdata", "e.Formant", package = "phonfieldwork"))

Run the code above in your browser using DataLab