| clean_text | R Documentation | 
clean_text removes HTML code, brackets and their contents as well as line breaks from texts.
clean_text(text, keep_round_brackets = T)
| text | a character vector. | 
| keep_round_brackets | if  | 
A character vector of same length as text.
## 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.