Description Usage Arguments Value Examples
A function to extract To, From, Date, Subject, and Message fields from a collection of emails saved as plain text.
1 | read_emails(email_files)
|
email_files |
A character vector containing the full paths to the email files to be processed. |
An data.frame with the following columns: to, from, CC, subject, date, message, message_tokenized, subject_tokenized, num_recipients, all_tokens, num_tokens
1 2 | files <- get_file_paths()
emails <- read_emails(files)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.