-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNAMESPACE
More file actions
36 lines (35 loc) · 964 Bytes
/
NAMESPACE
File metadata and controls
36 lines (35 loc) · 964 Bytes
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
# Generated by roxygen2: do not edit by hand
export(mc_auth)
export(mc_compose)
export(mc_md_render)
export(mc_scroll)
export(mc_send)
export(mc_sig)
export(mc_thread_find)
export(mc_thread_read)
importFrom(chk,chk_character)
importFrom(chk,chk_flag)
importFrom(chk,chk_null_or)
importFrom(chk,chk_string)
importFrom(chk,chk_whole_number)
importFrom(chk,vld_character)
importFrom(chk,vld_string)
importFrom(commonmark,markdown_html)
importFrom(gmailr,gm_attach_file)
importFrom(gmailr,gm_auth)
importFrom(gmailr,gm_bcc)
importFrom(gmailr,gm_cc)
importFrom(gmailr,gm_create_draft)
importFrom(gmailr,gm_draft)
importFrom(gmailr,gm_drafts)
importFrom(gmailr,gm_from)
importFrom(gmailr,gm_html_body)
importFrom(gmailr,gm_id)
importFrom(gmailr,gm_message)
importFrom(gmailr,gm_messages)
importFrom(gmailr,gm_mime)
importFrom(gmailr,gm_send_message)
importFrom(gmailr,gm_subject)
importFrom(gmailr,gm_thread)
importFrom(gmailr,gm_to)
importFrom(jsonlite,base64url_dec)