-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
35 lines (34 loc) · 949 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
# Generated by roxygen2: do not edit by hand
export("%<=>%")
export("%>%")
export(add_moving_average)
export(bare_file_name)
export(compare_missing)
export(compare_multiple_vectors)
export(compare_three)
export(create_dated_file_name)
export(defactorize)
export(get_triangle)
export(guess_vector_type)
export(make_padded_tibble)
export(most_recent)
export(moving_average)
export(pretty_cuts)
export(preview_frequency_table)
export(read_RDS_to_global)
export(save_all_objects)
export(units_without_zero)
export(view_glimpse)
importFrom(Rcpp,sourceCpp)
importFrom(checkmate,assertScalar)
importFrom(checkmate,assert_atomic_vector)
importFrom(checkmate,assert_character)
importFrom(checkmate,assert_class)
importFrom(checkmate,assert_vector)
importFrom(magrittr,"%>%")
importFrom(rlang,":=")
importFrom(rlang,.data)
importFrom(stringr,str_extract)
importFrom(stringr,str_replace)
importFrom(stringr,str_squish)
useDynLib(KEmisc, .registration = TRUE)