intensity_to_df: Praat Intensity tier to dataframe

View source: R/intensity_to_df.R

intensity_to_dfR Documentation

Praat Intensity tier to dataframe

Description

Convert a Praat Intensity tier to a dataframe.

Usage

intensity_to_df(file_name)

Arguments

file_name

string with a filename or path to the Intensity tier

Value

a dataframe with columns: time_start, time_end, Intensity

Author(s)

George Moroz <agricolamz@gmail.com>

Examples

intensity_to_df(system.file("extdata", "test.Intensity", package = "phonfieldwork"))

phonfieldwork documentation built on Sept. 11, 2024, 9:18 p.m.