
Convert a character vector into an utterance vector
Source:R/cleaned_source_to_utterance_vector.R
cleaned_source_to_utterance_vector.Rd
Utterance vectors are split by the utterance marker. Note that if x
has
more than one element, the separate elements will remain separate.
Usage
cleaned_source_to_utterance_vector(
x,
utteranceMarker = rock::opts$get("utteranceMarker"),
fixed = FALSE,
perl = TRUE
)