View source: R/extract_digital_text.R
extract_digital_text | R Documentation |
simply turn the tokenized text into regular text.
extract_digital_text(data)
data |
either a dataframe with column "token" or a character vector to be squished down |
a character vector of length one with all the text
extract_digital_text(data = c("A bunch of text", "that hasn't been connected yet." ))
extract_digital_text(data.frame(token = c("A", "bunch", "of", "'", "text", "'", ".")))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.