-
Notifications
You must be signed in to change notification settings - Fork 0
/
NAMESPACE
78 lines (77 loc) · 1.78 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Generated by roxygen2: do not edit by hand
export("%>%")
export("%out%")
export(copy_last)
export(count2)
export(count_diff)
export(count_in)
export(count_na)
export(count_out)
export(count_vec)
export(file_age)
export(file_encoding)
export(filter_rx)
export(last_value)
export(load_my_packages)
export(na_in)
export(na_out)
export(na_rep)
export(print_all)
export(prop_distinct)
export(prop_in)
export(prop_na)
export(prop_out)
export(read_csv_dumb)
export(read_delim_clip)
export(read_delim_dumb)
export(read_tsv_dumb)
export(save_last)
export(save_my_packages)
export(var_distinct)
export(var_missing)
export(view_firefox)
export(view_last)
export(what_in)
export(what_out)
export(word_count)
export(write_delim_clip)
export(write_last)
importFrom(clipr,read_clip)
importFrom(clipr,write_clip)
importFrom(dplyr,filter)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(fs,as_fs_path)
importFrom(fs,path_ext)
importFrom(fs,path_ext_set)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,is.ggplot)
importFrom(lubridate,as.period)
importFrom(magrittr,"%>%")
importFrom(purrr,map)
importFrom(readr,cols)
importFrom(readr,format_delim)
importFrom(readr,read_csv)
importFrom(readr,read_delim)
importFrom(readr,read_tsv)
importFrom(readr,write_lines)
importFrom(readr,write_rds)
importFrom(readr,write_tsv)
importFrom(rlang,.data)
importFrom(rlang,as_label)
importFrom(stats,na.omit)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_to_lower)
importFrom(tibble,as_tibble)
importFrom(tibble,enframe)
importFrom(tibble,tibble)
importFrom(tibble,view)
importFrom(usethis,ui_done)
importFrom(usethis,ui_field)
importFrom(usethis,ui_info)
importFrom(usethis,ui_path)
importFrom(usethis,ui_stop)
importFrom(utils,capture.output)
importFrom(utils,hasName)
importFrom(utils,read.table)