export_printtranscript: Export a transcript object to a print transcript
Description
If you want to modify the layout of the print transcripts, create a new layout object with mylayout <- methods::new("layout"), modify the settings and pass it as argument l.
In the layout object you may also set additional filters to include/exclude tiers matching regular expressions.
Character string; path where to save the transcript.
filterTierNames
Vector of character strings; names of tiers to be included. If left unspecified, all tiers will be exported.
filterSectionStartsec
Double; start of selection in seconds.
filterSectionEndsec
Double; end of selection in seconds.
insert_arrow_annotationID
Integer; ID of the annotation in front of which the arrow will be placed.
header_heading
Character string; text that will be used as heading.
header_firstinfo
Character string; text that will used as first information in the header.
collapse
Logical; if FALSE a vector will be created, each element corresponding to one annotation. if TRUE a single string will be created, collapsed by linebreaks \n.