View source: R/trackdata_extensions.R
get_outputType | R Documentation |
Speech signal processing functions in superassp may return an SSFF track with one or more columns, or a simple, not nested list. This function may be used to learn the output type of a specific function.
get_outputType(x, package = "superassp")
x |
The name of a speech signal processing function that are defined in the superassp or wrassp packages. |
package |
The name of the package where the function is defined. |
Either "SSFF" or "list".
get_outputType("forest")
get_outputType("praat_avqi")
get_outputType("praat_formant_burg")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.