-
Notifications
You must be signed in to change notification settings - Fork 27
/
NAMESPACE
101 lines (100 loc) · 2.06 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
# Generated by roxygen2: do not edit by hand
S3method(Ops,address)
S3method(Ops,encodable)
S3method(after,MIME)
S3method(as.character,address)
S3method(as.character,envelope)
S3method(as.character,header)
S3method(before,MIME)
S3method(c,address)
S3method(format,address)
S3method(length,MIME)
S3method(length,address)
S3method(print,address)
S3method(print,envelope)
S3method(print,header)
export("%>%")
export(address)
export(as.address)
export(attachment)
export(bcc)
export(cc)
export(cleave)
export(comments)
export(compliant)
export(display)
export(domain)
export(encrypt)
export(envelope)
export(expires)
export(from)
export(gmail)
export(html)
export(id)
export(importance)
export(inreplyto)
export(keywords)
export(local)
export(mailersend)
export(mailfence)
export(mailgun)
export(mailtrap)
export(message_id)
export(normalise)
export(parties)
export(priority)
export(qp_decode)
export(qp_encode)
export(raw)
export(references)
export(render)
export(reply)
export(replyby)
export(request_receipt_delivery)
export(request_receipt_read)
export(return_path)
export(sender)
export(sendgrid)
export(sendinblue)
export(sensitivity)
export(server)
export(signature)
export(smtpbucket)
export(subject)
export(template)
export(text)
export(to)
export(validate)
export(zeptomail)
import(curl)
import(digest)
import(dplyr)
import(htmltools)
import(logger)
import(purrr)
import(rvest)
import(stringi)
import(stringr)
import(tidyr)
import(xml2)
importFrom(base64enc,base64decode)
importFrom(base64enc,base64encode)
importFrom(commonmark,markdown_html)
importFrom(glue,glue)
importFrom(httr,http_date)
importFrom(magrittr,"%>%")
importFrom(mime,guess_type)
importFrom(rmarkdown,html_document)
importFrom(rmarkdown,render)
importFrom(stats,na.omit)
importFrom(stats,setNames)
importFrom(stringi,stri_enc_mark)
importFrom(stringi,stri_replace_all_fixed)
importFrom(stringi,stri_replace_all_regex)
importFrom(stringi,stri_trans_nfkc)
importFrom(tools,file_ext)
importFrom(urltools,url_decode)
importFrom(utils,download.file)
importFrom(utils,modifyList)
importFrom(utils,packageVersion)
importFrom(xfun,read_utf8)