writeTextGrid: Write Praat-compatible TextGrid.

Description Usage Arguments Value See Also

Description

Convert a TextGrid object to a Praat-compatible character string and (optionally) write it to a file.

Usage

1
writeTextGrid(x, path = NULL, ...)

Arguments

x

A TextGrid object to be written.

path

Either a character string naming a file to write to, a connection open for writing, or NULL (default) for no output. When writing to file or connection, path is passed on as the con argument to writeLines

...

Additional arguments passed on to writeLines when writing to a file or connection.

Value

A character vector, Each element is one row of the TextGrid file.

See Also

TextGrid-class


patrickreidy/textgRid documentation built on May 6, 2019, 8:35 p.m.