forked from PYannick/HighFrequencyChecks
-
Notifications
You must be signed in to change notification settings - Fork 2
/
NAMESPACE
49 lines (48 loc) · 1.39 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
# Generated by roxygen2: do not edit by hand
export("%>%")
export(assessmentDailyValidSurveys)
export(assessmentDuration)
export(assessmentDurationOutliers)
export(assessmentInterviewTime)
export(assessmentProductivity)
export(assessmentTrackingSheet)
export(enumeratorErrorsSummary)
export(enumeratorIsLazy)
export(enumeratorProductivity)
export(enumeratorProductivityOutliers)
export(enumeratorSurveysConsent)
export(enumeratorSurveysDuration)
export(isInterviewAtTheSamplePoint)
export(isInterviewCompleted)
export(isInterviewInTheCorrectSite)
export(isInterviewTooShort)
export(isInterviewTooShortForTheHouseholdSize)
export(isInterviewWithConsent)
export(isSurveyEndBeforeItStarts)
export(isSurveyMadeInTheFuture)
export(isSurveyOnMoreThanADay)
export(isSurveyStartedBeforeTheAssessment)
export(isuniquerespondantIDDuplicated)
export(isuniquerespondantIDMissing)
export(run_app)
export(surveyBigValues)
export(surveyDistinctValues)
export(surveyMissingValues)
export(surveyOtherValues)
export(surveyOutliers)
export(surveySmallValues)
import(dplyr)
import(golem)
import(kobocruncher)
import(riddle)
import(shiny)
import(shinydashboard)
import(tidyverse)
importFrom(golem,activate_js)
importFrom(golem,add_resource_path)
importFrom(golem,bundle_resources)
importFrom(golem,favicon)
importFrom(golem,with_golem_options)
importFrom(magrittr,"%>%")
importFrom(shiny,shinyApp)
importFrom(unhcrshiny,theme_shinydashboard_unhcr)