Learn R Programming

rodham (version 0.1.1)

tidy_emails: Tidy contents

Description

Tidy email contents

Usage

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.

Examples

Run this code
# 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