-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
37 lines (36 loc) · 1.02 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
# Generated by roxygen2: do not edit by hand
S3method(print,mailmerge_preview)
export("%>%")
export(in_viewer)
export(mail_merge)
export(mm_read_googledoc)
export(mm_read_message)
export(mm_read_message_googledoc)
export(preview_mailmerge)
importFrom(commonmark,markdown_html)
importFrom(fs,file_exists)
importFrom(glue,glue_data)
importFrom(gmailr,gm_cc)
importFrom(gmailr,gm_create_draft)
importFrom(gmailr,gm_html_body)
importFrom(gmailr,gm_mime)
importFrom(gmailr,gm_send_message)
importFrom(gmailr,gm_subject)
importFrom(gmailr,gm_to)
importFrom(googledrive,drive_download)
importFrom(lifecycle,deprecated)
importFrom(magrittr,"%>%")
importFrom(miniUI,gadgetTitleBar)
importFrom(miniUI,miniContentPanel)
importFrom(miniUI,miniPage)
importFrom(purrr,map)
importFrom(purrr,pmap)
importFrom(rmarkdown,yaml_front_matter)
importFrom(rstudioapi,viewer)
importFrom(shiny,htmlOutput)
importFrom(shiny,numericInput)
importFrom(shiny,observeEvent)
importFrom(shiny,reactive)
importFrom(shiny,runGadget)
importFrom(shiny,stopApp)
importFrom(utils,menu)