clean_content: Clean emails

Description Usage Arguments Details Author(s) Examples

Description

Clean emails by removing useless lines.

Usage

1
clean_content(content)

Arguments

content

list of content as returned by get_content.

Details

Example of line removed UNCLASSIFIED U.S. Department of State Case No. F-2014-20439 Doc No. C05765911 Date: 08/31/2015 look at the source code for more details clean_content.

Author(s)

John Coene jcoenep@gmail.com

Examples

1
2
3
4
5
6
## Not run: 
hrc_emails <- load_emails(emails_bengh) # load emails
cont <- get_content(hrc_emails)
cont <- clean_content(hrc_emails)

## End(Not run)

JohnCoene/rodham documentation built on May 7, 2019, 11:59 a.m.