forked from ThinkR-open/thinkr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
53 lines (52 loc) · 1.28 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export("%ni%")
export(.efface_test)
export(all_ggplot_to_pptx)
export(as_mon_numeric)
export(clean_levels)
export(clean_names)
export(clean_vec)
export(dput_levels)
export(excel_col)
export(excel_to_ncol)
export(find_name)
export(from_excel_to_posixt)
export(gsub2)
export(is.01)
export(is.12)
export(is_full_figures)
export(is_full_na)
export(is_likert)
export(look_like_a_number)
export(make_unique)
export(ncol_to_excel)
export(peep)
export(replace_pattern)
export(save_as_csv)
export(set_col_type)
importFrom(assertthat,assert_that)
importFrom(assertthat,has_extension)
importFrom(assertthat,is.date)
importFrom(assertthat,is.dir)
importFrom(assertthat,is.writeable)
importFrom(assertthat,not_empty)
importFrom(devtools,package_file)
importFrom(dplyr,funs)
importFrom(dplyr,mutate_at)
importFrom(ggplot2,ggsave)
importFrom(ggplot2,is.ggplot)
importFrom(lazyeval,interp)
importFrom(lubridate,is.POSIXt)
importFrom(magrittr,"%>%")
importFrom(officer,add_slide)
importFrom(officer,ph_location_type)
importFrom(officer,ph_with)
importFrom(officer,read_pptx)
importFrom(rvg,dml)
importFrom(stats,ave)
importFrom(stringi,stri_trans_general)
importFrom(stringr,str_detect)
importFrom(tidyr,unite)
importFrom(utils,browseURL)
importFrom(utils,write.csv2)