-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
50 lines (49 loc) · 1.39 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
# Generated by roxygen2: do not edit by hand
export(assert_date_named)
export(assert_logical_named)
export(assert_no_duplicates_in_group)
export(assertion_message)
export(calculate_category_percentages)
export(check_double_columns)
export(check_duplicates)
export(check_na_columns)
export(check_no_duplicate_rows)
export(check_no_duplicates_in_group)
export(check_non_zero_rows)
export(check_numeric_or_integer_type)
export(check_posixct_type)
export(check_rows)
export(check_zero_columns)
export(count_more_than_1)
export(create_dataset_summary_table)
export(drop_na_column_names)
export(duplicates_in_column)
export(find_common_columns)
export(find_maximum_value)
export(find_minimum_value)
export(find_pattern_r)
export(get_distribution_statistics)
export(get_first_element_class)
export(get_values)
export(identify_join_pairs)
export(identify_outliers)
export(is_unique_column)
export(md_complete_cases)
export(regex_content_parameter)
export(regex_time)
export(regex_year_date)
export(remove_duplicates_and_na)
export(retrieve_function_calls)
export(retrieve_functions_and_packages)
export(retrieve_package_usage)
export(retrieve_sourced_scripts)
export(retrieve_string_assignments)
export(return_assertions_message)
export(str_detect_in_file)
export(test_all_equal)
export(unique_id)
importFrom(magrittr,"%>%")
importFrom(purrr,map_chr)
importFrom(purrr,map_dbl)
importFrom(purrr,map_lgl)
importFrom(purrr,possibly)