View source: R/cleaned_source_to_utterance_vector.R
| cleaned_source_to_utterance_vector | R Documentation | 
Utterance vectors are split by the utterance marker. Note that if x has
more than one element, the separate elements will remain separate.
cleaned_source_to_utterance_vector(
  x,
  utteranceMarker = rock::opts$get("utteranceMarker"),
  fixed = FALSE,
  perl = TRUE
)
x | 
 The character vector.  | 
utteranceMarker | 
 The utterance marker (by default, a newline character conform the ROCK standard).  | 
fixed | 
 Whether the   | 
perl | 
 If the   | 
A character vector with separate utterances, split
by utteranceMarker.
cleaned_source_to_utterance_vector("first\nsecond\nthird");
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.