| layout-class | R Documentation |
You can create an new layout object with methods::new("layout").
This will give you a new layout object with the default settings uses by act.
If you want to modify the layout of the print transcripts, create a new layout object with mylayout <- methods::new("layout"), modify the values in the @slots and pass it as argument l to the respective functions.
nameCharacter string; Name of the layout.
filter.tier.includeRegExCharacter string; as regular expression, tiers matching the expression will be included in the print transcript.
filter.tier.excludeRegExCharacter string; as regular expression, tiers matching the expression will be excluded from the print transcript.
transcript.widthInteger; width of transcript, -1 for no line wrapping.
speaker.widthInteger; width of speaker abbreviation, -1 for full name without shortening.
speaker.endingCharacter string; string that is added at the end of the speaker name.
spacesbeforeInteger; number of spaces inserted before line number.
additionalline1.insertLogical; if TRUE an additional dummy line will be inserted after each annotation line, the text is defined in .additionalline1.text.
additionalline1.textCharacter string; Content of additional dummy line 1.
additionalline1.indentLogical; if TRUE the content of the dummy line 1 will be indented to begin where the content of the annotations start.
additionalline2.insertLogical; if TRUE an additional dummy line will be inserted after each annotation line, the text is defined in .additionalline2.text.
additionalline2.textCharacter string; Content of additional dummy line 2.
additionalline2.indentLogical; if TRUE the content of the dummy line 2 will be indented to begin where the content of the annotations start.
brackets.tryToAlignLogical; if TRUE act will try to align brackets [] for parallel speaking (Attention: experimental function; results may not satisfy).
pauseTierRegExCharacter string; regular expression to identify pause tier for auto formatting pauses.
header.insertLogical; if TRUE a transcript header is inserted.
header.heading.fromColumnNameCharacter string; is only used when transcripts are made based on a search results; defines from which column of a search results table the heading is taken (if object@.header.insert==TRUE)
header.firstInfo.fromColumnNameCharacter string; is only used when transcripts are made based on a search results; defines from which column of a search results table the first info is taken (if object@.header.insert==TRUE)
arrow.insertLogical; is only used when transcripts are made based on a search results; if TRUE an arrow will be inserted, highlighting the transcript line containing the search hit.
arrow.shapeCharacter string; shape of the arrow.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.