-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathNAMESPACE
37 lines (36 loc) · 829 Bytes
/
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
# Generated by roxygen2: do not edit by hand
S3method(print,sg_mail)
export("%>%")
export(attachments)
export(auth_check)
export(auth_set)
export(bcc)
export(body)
export(cc)
export(dynamic_template)
export(dynamic_template_data)
export(embed_rmd)
export(from)
export(mail)
export(send)
export(subject)
export(template_id)
export(to)
importFrom(base64enc,base64encode)
importFrom(cli,cat_bullet)
importFrom(emayili,envelope)
importFrom(emayili,render)
importFrom(httr,GET)
importFrom(httr,POST)
importFrom(httr,add_headers)
importFrom(httr,content)
importFrom(httr,status_code)
importFrom(jsonlite,toJSON)
importFrom(jsonlite,unbox)
importFrom(keyring,key_get)
importFrom(keyring,key_set)
importFrom(magrittr,"%>%")
importFrom(usethis,ui_done)
importFrom(usethis,ui_info)
importFrom(usethis,ui_todo)
importFrom(utils,browseURL)