# NOT RUN {
emails <- search_emails()
# only emails on cuba
emails <- search_emails(subject = "Cuba")
# only emails from Jake Sullivan since 2014
j_s <- search_emails(from = "Jake Sullivan", start = as.Date("2014-01-01"))
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab