-
Notifications
You must be signed in to change notification settings - Fork 3
/
_pkgdown.yml
89 lines (73 loc) · 2.19 KB
/
_pkgdown.yml
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
url: https://epiverse-trace.github.io/cleanepi
template:
package: epiversetheme
reference:
- title: Exported functions
desc: "`{cleanepi}` functions available to end-users"
- contents:
- lacks_concept("internal")
- subtitle: Shared helpers
- contents:
- get_target_column_names
- add_to_report
- get_sum
- numbers_only
- subtitle: Clean data
desc: Performs several cleaning operations at once
- contents:
- clean_data
- subtitle: Check data structure
desc: Scan through the input data to determine its composition
- contents:
- scan_data
- starts_with("scan_", internal = TRUE)
- subtitle: Print data cleaning report
- contents:
- print_report
- subtitle: Standardise column names
desc: Harmonise on the usage of English characters in column names
- contents:
- ends_with("_column_names")
- subtitle: Retrieve Date from numeric values
- contents:
- convert_numeric_to_date
- subtitle: Convert numbers written in letters into numeric
- contents:
- ends_with("_to_numeric")
- starts_with("to_numeric_")
- detect_to_numeric_columns
- subtitle: Standardise dates
desc: Coerce date values to the ISO format `Ymd` (2024-31-01)
- contents:
- standardize_dates
- starts_with("date_", internal = TRUE)
- ends_with("_date", internal = TRUE)
- subtitle: Dictionary-based substitution
desc: Substitute given options from columns in a data frame with their
corresponding values
- contents:
- starts_with("dictionary_", internal = TRUE)
- ends_with("_dictionary", internal = TRUE)
- construct_misspelled_report
- detect_misspelled_options
- print_misspelled_values
- subtitle: Find and remove duplicates
- contents:
- ends_with("_duplicates", internal = TRUE)
- subtitle: Remove constant data
desc: Remove constant columns, empty rows and columns
- contents:
- remove_constants
- subtitle: Replace missing values with NA
- contents:
- replace_missing_values
- subtitle: Calculate time span between the variables of type Date
- contents:
- timespan
- subtitle: Detect incorrect subject ids and correct them if required
- contents:
- matches("subject_ids")
- subtitle: Check sequence of date events
- contents:
- check_date_sequence
- is_date_sequence_ordered