-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNAMESPACE
90 lines (89 loc) · 2.04 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
# Generated by roxygen2: do not edit by hand
export(BRatIRlevel)
export(addSib2BR)
export(addUnmetNeed)
export(bufferAverage)
export(bufferStat)
export(cleanAN)
export(cleanAN_client)
export(cleanAN_visitActions)
export(cleanAN_visitVars)
export(cleanBR_addedChildVars)
export(cleanFC)
export(cleanFC_jdkSRI)
export(cleanFP_client)
export(cleanGE)
export(cleanIR)
export(cleanIR_selfCareBarriers)
export(cleanKR)
export(cleanKR_chMicro)
export(cleanKR_foodIntake)
export(cleanKR_iycf)
export(cleanOB)
export(cleanPR_chNutrition)
export(cleanPV)
export(cleanPV_toFCLevel)
export(cleanSC_IMCItechquality)
export(cleanSC_caregiverVars)
export(cleanSC_visitVars)
export(cleanSL_toFCLevel)
export(clipExtract)
export(count_filterInBuffer)
export(extractByID)
export(extractByRC)
export(extractNearest)
export(knn_filterExtract)
export(lineDensity)
export(mmExtractClean)
export(nb2linestring)
export(nn_dist)
export(nn_filterDist)
export(nn_filterExtract)
export(obsLengthCalc)
export(pointMetricsInBuffer)
export(sibatIRlvl)
export(which_kmin)
import(dplyr)
import(future)
import(future.apply)
import(haven)
import(labelled)
import(lubridate)
import(matrixStats)
import(naniar)
import(stringr)
import(uuid)
importFrom(FactoMineR,MCA)
importFrom(Hmisc,cut2)
importFrom(dplyr,arrange)
importFrom(dplyr,case_when)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(iotools,fdrbind)
importFrom(raster,rasterToPoints)
importFrom(sf,st_area)
importFrom(sf,st_buffer)
importFrom(sf,st_coordinates)
importFrom(sf,st_crs)
importFrom(sf,st_distance)
importFrom(sf,st_drop_geometry)
importFrom(sf,st_intersection)
importFrom(sf,st_join)
importFrom(sf,st_length)
importFrom(sf,st_linestring)
importFrom(sf,st_sf)
importFrom(sf,st_sfc)
importFrom(sf,st_transform)
importFrom(sf,st_within)
importFrom(sp,spDistsN1)
importFrom(spdep,card)
importFrom(stringr,str_pad)
importFrom(terra,crop)
importFrom(terra,crs)
importFrom(terra,ext)
importFrom(terra,extract)
importFrom(terra,project)
importFrom(units,set_units)