-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
42 lines (41 loc) · 981 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
38
39
40
41
42
# Generated by roxygen2: do not edit by hand
export("%>%")
export(add_tag)
export(clean_tags)
export(clean_text)
export(edit_templates)
export(enhance_narrative)
export(format_num)
export(format_pct)
export(format_text)
export(get_frequency)
export(is_plural)
export(is_singular)
export(list_templates)
export(narrate_descriptive)
export(narrate_forecast)
export(narrate_trend)
export(narratorServer)
export(narratorUI)
export(pluralize)
export(singularize)
export(summarize_narrative)
export(to_html)
export(translate_narrative)
import(V8)
importFrom(htmltools,HTML)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(shiny,NS)
importFrom(shiny,checkboxInput)
importFrom(shiny,column)
importFrom(shiny,fluidRow)
importFrom(shiny,moduleServer)
importFrom(shiny,observeEvent)
importFrom(shiny,reactiveValues)
importFrom(shiny,renderUI)
importFrom(shiny,req)
importFrom(shiny,selectizeInput)
importFrom(shiny,sliderInput)
importFrom(shiny,uiOutput)
importFrom(utils,head)