-
Notifications
You must be signed in to change notification settings - Fork 85
/
NAMESPACE
48 lines (47 loc) · 1.13 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
# Generated by roxygen2: do not edit by hand
S3method(format,blastula_creds)
S3method(print,blastula_creds)
S3method(print,blastula_message)
export("%>%")
export(add_attachment)
export(add_cta_button)
export(add_ggplot)
export(add_image)
export(add_imgur_image)
export(add_readable_time)
export(article)
export(attach_connect_email)
export(blastula_email)
export(blastula_template)
export(block_articles)
export(block_social_links)
export(block_spacer)
export(block_text)
export(block_title)
export(blocks)
export(compose_email)
export(create_smtp_creds_file)
export(create_smtp_creds_key)
export(creds)
export(creds_anonymous)
export(creds_envvar)
export(creds_file)
export(creds_key)
export(delete_all_credential_keys)
export(delete_credential_key)
export(get_html_str)
export(md)
export(prepare_rsc_example_files)
export(prepare_test_message)
export(render_connect_email)
export(render_email)
export(send_by_mailgun)
export(smtp_send)
export(social_link)
export(suppress_scheduled_email)
export(view_credential_keys)
importFrom(htmltools,HTML)
importFrom(htmltools,div)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(magrittr,"%>%")