-
-
Notifications
You must be signed in to change notification settings - Fork 13
/
NAMESPACE
33 lines (32 loc) · 856 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
# Generated by roxygen2: do not edit by hand
S3method(create_sparklines,Date)
S3method(create_sparklines,POSIXct)
S3method(create_sparklines,POSIXlt)
S3method(create_sparklines,character)
S3method(create_sparklines,default)
S3method(create_sparklines,factor)
S3method(create_sparklines,logical)
S3method(create_sparklines,numeric)
export(add_facet_labels)
export(get_scatterplotmatrix_stats)
export(tm_a_pca)
export(tm_a_regression)
export(tm_data_table)
export(tm_file_viewer)
export(tm_front_page)
export(tm_g_association)
export(tm_g_bivariate)
export(tm_g_distribution)
export(tm_g_response)
export(tm_g_scatterplot)
export(tm_g_scatterplotmatrix)
export(tm_missing_data)
export(tm_outliers)
export(tm_t_crosstable)
export(tm_variable_browser)
import(ggmosaic)
import(ggplot2)
import(shiny)
import(teal)
import(teal.transform)
importFrom(dplyr,"%>%")