Description Usage Arguments Value Examples
View source: R/Read_In_Email.R
A function to extract To, From, Date, Subject, and Message fields from a plain text email.
| 1 | Read_In_Email(email_file)
 | 
| email_file | The full path to the email file. | 
An object of class Email that contains the following members: to, from, CC, subject, date, message, message_tokenized, subject_tokenized, num_recipients, all_tokens, num_tokens
| 1 2 | files <- get_file_paths()
MyEmail <- Read_In_Email(files[1])
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.