-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
58 lines (57 loc) · 1.31 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
49
50
51
52
53
54
55
56
57
58
# Generated by roxygen2: do not edit by hand
export(":=")
export(.data)
export(Numeral_dependency)
export(ag_col_def)
export(ag_col_defs)
export(ag_col_filter)
export(ag_col_format)
export(ag_col_group)
export(ag_col_header)
export(ag_col_pinned)
export(ag_col_render)
export(ag_col_sort)
export(ag_col_span)
export(ag_col_tooltip)
export(ag_col_width)
export(ag_gridOptions)
export(ag_size_columns)
export(ag_size_fit)
export(aggrid)
export(aggridOutput)
export(aggrid_dependency)
export(as_label)
export(as_name)
export(enable_charts)
export(enquo)
export(enquos)
export(is.aggrid)
export(renderAggrid)
import(htmlwidgets)
importFrom(cli,cli_abort)
importFrom(cli,cli_warn)
importFrom(dplyr,across)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(glue,glue)
importFrom(htmltools,htmlDependency)
importFrom(htmlwidgets,JS)
importFrom(jsonlite,fromJSON)
importFrom(jsonlite,toJSON)
importFrom(purrr,imap)
importFrom(purrr,iwalk)
importFrom(purrr,map)
importFrom(purrr,pmap)
importFrom(purrr,transpose)
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(rlang,as_name)
importFrom(rlang,enquo)
importFrom(rlang,enquos)
importFrom(rlang,is_empty)
importFrom(tibble,as_tibble)
importFrom(tidyselect,eval_select)
importFrom(utils,modifyList)