forked from rstudio/DT
-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
65 lines (64 loc) · 1.54 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
59
60
61
62
63
64
65
# Generated by roxygen2: do not edit by hand
export("%>%")
export(JS)
export(addRow)
export(buildCCMFromSpecificConfigurations)
export(buildHashValue)
export(buildNestedListFromDataFrame)
export(buildUnconstrainedCCM)
export(ccmFromDataFrame)
export(clearSearch)
export(convertConfigsToExtended)
export(convertConfigsToExtendedAndSort)
export(dataFrameFromCCM)
export(dataTableAjax)
export(dataTableOutput)
export(dataTableProxy)
export(datatable)
export(findConsistentCells)
export(formatCurrency)
export(formatDate)
export(formatPercentage)
export(formatRound)
export(formatSignif)
export(formatString)
export(formatStyle)
export(getLastSelectedCell)
export(initializeCCM)
export(installMorphField)
export(isLastSelectedCellEmpty)
export(morphFieldOutput)
export(morphfield)
export(paramValuesToDataFrame)
export(placeMorphFieldUI)
export(preselectMorphField)
export(reactivateMorphField)
export(reloadData)
export(removeLastSelectedCell)
export(renderDataTable)
export(renderMorphField)
export(replaceData)
export(saveWidget)
export(selectCells)
export(selectColumns)
export(selectPage)
export(selectRows)
export(setCellsConsistent)
export(sortConfigs)
export(styleColorBar)
export(styleEqual)
export(styleInterval)
export(tableFooter)
export(tableHeader)
export(updateCaption)
export(updateSearch)
import(stats)
import(utils)
importFrom(htmltools,HTML)
importFrom(htmltools,htmlDependency)
importFrom(htmltools,htmlEscape)
importFrom(htmltools,tagList)
importFrom(htmltools,tags)
importFrom(htmlwidgets,JS)
importFrom(htmlwidgets,saveWidget)
importFrom(magrittr,"%>%")