forked from Edouard-Legoupil/HighFrequencyChecks
-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
92 lines (91 loc) · 2.56 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# Generated by roxygen2: do not edit by hand
export(assessmentDailyValidSurveys)
export(assessmentDuration)
export(assessmentDurationOutliers)
export(assessmentProductivity)
export(assessmentTrackingSheet)
export(enumeratorErrorsDashboard)
export(enumeratorIsLazy)
export(enumeratorProductivity)
export(enumeratorProductivityOutliers)
export(enumeratorSurveysConsent)
export(enumeratorSurveysDuration)
export(hfcApp)
export(hfcProjectInit)
export(isInterviewAtTheSamplePoint)
export(isInterviewCompleted)
export(isInterviewInTheCorrectSite)
export(isInterviewTooShort)
export(isInterviewTooShortForTheHouseholdSize)
export(isInterviewWithConsent)
export(isSurveyEndBeforeItStarts)
export(isSurveyMadeInTheFuture)
export(isSurveyOnMoreThanADay)
export(isSurveyStartedBeforeTheAssessment)
export(isUniqueIDDuplicated)
export(isUniqueIDMissing)
export(surveyBigValues)
export(surveyDistinctValues)
export(surveyMissingValues)
export(surveyOtherValues)
export(surveyOutliers)
export(surveySmallValues)
import(gsubfn)
import(lazyeval)
import(openxlsx)
importFrom(data.table,'%like%')
importFrom(dplyr,'%>%')
importFrom(dplyr,.data)
importFrom(dplyr,all_of)
importFrom(dplyr,case_when)
importFrom(dplyr,count)
importFrom(dplyr,funs)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,n_distinct)
importFrom(dplyr,select)
importFrom(dplyr,summarise_all)
importFrom(dplyr,summarize)
importFrom(geosphere,destPoint)
importFrom(ggplot2,aes)
importFrom(ggplot2,annotate)
importFrom(ggplot2,coord_flip)
importFrom(ggplot2,coord_polar)
importFrom(ggplot2,element_blank)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_boxplot)
importFrom(ggplot2,geom_col)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,margin)
importFrom(ggplot2,position_stack)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_light)
importFrom(ggplot2,theme_minimal)
importFrom(ggplot2,theme_void)
importFrom(ggplot2,vars)
importFrom(ggplot2,xlim)
importFrom(outliers,scores)
importFrom(readr,parse_datetime)
importFrom(reshape2,dcast)
importFrom(reshape2,melt)
importFrom(sp,CRS)
importFrom(sp,SpatialPolygons)
importFrom(sp,coordinates)
importFrom(sp,disaggregate)
importFrom(sp,is.projected)
importFrom(sp,merge)
importFrom(sp,over)
importFrom(sp,proj4string)
importFrom(sp,spTransform)
importFrom(stats,median)
importFrom(stats,sd)
importFrom(stringi,stri_datetime_format)
importFrom(utils,head)
importFrom(utils,stack)