rodham (version 0.1.1)

get_id: get_id: get emails subjects

Description

Get emails ID

Usage

get_id(emails)

# S3 method for rodham get_id(emails)

Arguments

emails

list of email contents, as returned by load_emails

Value

vector of emails' document ids.

Details

Get emails' document id

Examples

Run this code
# NOT RUN {
emails <- load_emails("emails")
docids <- get_id(emails)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab