-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
37 lines (36 loc) · 986 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
# Generated by roxygen2: do not edit by hand
export(check_data_consistency)
export(check_data_distribution)
export(check_data_quality)
export(check_data_reliability)
export(check_data_structure)
export(check_for_negative_values)
export(check_missing_values)
export(check_outliers)
export(check_sample_size)
export(find.packages)
export(find.packages_path)
export(find_duplicate_cols)
export(find_duplicate_rows)
export(fix.data)
export(fix_blanks_with_na)
export(fix_col_spaces)
export(fix_column_names)
export(fix_data_names)
export(fix_duplicate_cols)
export(fix_duplicate_rows)
export(fix_missing_alphanumeric_values)
export(fix_missing_numeric_values)
export(fix_outliers)
export(fix_row_names)
export(fix_row_spaces)
export(fix_special_characters_in_data)
export(fix_special_characters_in_names)
import(xml2)
importFrom(RCurl,url.exists)
importFrom(httr,GET)
importFrom(httr,content)
importFrom(stats,ave)
importFrom(stats,cor)
importFrom(stats,sd)
importFrom(stats,shapiro.test)