Description Usage Arguments Value Examples
clean_text
removes HTML code, brackets and their contents as well as line breaks from texts.
1 | clean_text(text, keep_round_brackets = T)
|
text |
a character vector. |
keep_round_brackets |
if |
A character vector of same length as text
.
1 2 3 4 5 6 | ## Not run:
# Get clean version of transcripts
get_glimpse(table = "Transcript", rows = 1000, Language = "DE") %>%
mutate(Text2 = clean_text(Text))
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.