powered by
Tidy email contents
tidy_emails(content)
email content as returned by get_content.
get_content
A two-column tibble with emails document id in one column (emails) and the email content in another.
tibble
emails
content
# NOT RUN { content <- get_content(content) content <- clean_content(content) tidy <- tidy_emails(content) # } # NOT RUN { # }
Run the code above in your browser using DataLab