tidy_emails: Tidy contents

Description Usage Arguments Value Author(s) Examples

Description

Tidy email contents

Usage

1
tidy_emails(content)

Arguments

content

email content as returned by get_content.

Value

A two-column tibble with emails document id in one column (emails) and the email content in another.

Author(s)

John Coene jcoenep@gmail.com

Examples

1
2
3
4
5
6
## Not run: 
content <- get_content(content)
content <- clean_content(content)
tidy <- tidy_emails(content)

## End(Not run)

rodham documentation built on May 1, 2019, 10:21 p.m.