phonfieldwork (version 0.0.10)

formant_to_df: Praat Formant object to dataframe

Description

Convert a Praat Formant object to a dataframe.

Usage

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

Examples

Run this code
# NOT RUN {
formant_to_df(system.file("extdata", "e.Formant", package = "phonfieldwork"))
# }

Run the code above in your browser using DataLab