-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
56 lines (55 loc) · 1.2 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
# Generated by roxygen2: do not edit by hand
export(acc)
export(celsius_to_fahrenheit)
export(celsius_to_kelvin)
export(char_at)
export(circle_matrix)
export(convert_cols)
export(external_graphs)
export(fahrenheit_to_celsius)
export(fahrenheit_to_kelvin)
export(feature_denorm)
export(feature_derescale)
export(feature_destandardize)
export(feature_norm)
export(feature_rescale)
export(feature_standardize)
export(floor_and_cap)
export(int_to_hex)
export(is_linux)
export(is_macos)
export(is_rstudio)
export(is_sun)
export(is_whole)
export(is_windows)
export(kelvin_to_celsius)
export(kelvin_to_fahrenheit)
export(lagged)
export(max_n)
export(min_n)
export(mkdir)
export(mse)
export(na_count_by_observation)
export(na_count_by_variable)
export(na_count_overall)
export(na_prop_by_observation)
export(na_prop_by_variable)
export(na_prop_overall)
export(pad_number)
export(require_linux)
export(require_macos)
export(require_sun)
export(require_windows)
export(rgb_to_hex)
export(rmse)
export(shade)
export(system_arch)
export(system_graphic_driver)
export(tint)
export(tr)
export(url_title)
importFrom(grDevices,graphics.off)
importFrom(grDevices,hcl)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(utils,write.table)