pitch_to_df: Praat Pitch tier to dataframe

Description Usage Arguments Value Author(s) Examples

View source: R/pitch_to_df.R

Description

Convert a Praat Pitch tier to a dataframe.

Usage

1
pitch_to_df(file_name, candidates = "")

Arguments

file_name

string with a filename or path to the Pitch tier

candidates

Praat Pitch tier contains multiple candidates for each time slice, use the value "all" if you want to get them all

Value

a dataframe with columns: time_start, time_end, frequency and, if candidates = "all", candidate_id and strength

Author(s)

George Moroz <agricolamz@gmail.com>

Examples

1
pitch_to_df(system.file("extdata", "test.Pitch", package = "phonfieldwork"))

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