powered by
clean_text removes HTML code, brackets and their contents as well as line breaks from texts.
clean_text
clean_text(text, keep_round_brackets = T)
a character vector.
if TRUE, round brackets and their contents are not deleted.
TRUE
A character vector of same length as text.
text
# NOT RUN { # Get clean version of transcripts get_glimpse(table = "Transcript", rows = 1000, Language = "DE") %>% mutate(Text2 = clean_text(Text)) # }
Run the code above in your browser using DataLab