Skip to contents

Get available tracks for a function or an SSFF file

Usage

get_definedtracks(x)

Arguments

x

The name of function defined to output trackdata, or the full path to a file that can be read using wrassp::read.AsspDataObj.

Value

A vector of tracks that the function is defined to return, or are contained within the file.

Examples

get_definedtracks("forest")
#> [1] "fm" "bw"
get_definedtracks("praat_formant_burg")
#> [1] "F" "B" "L"