forked from ropensci/EndoMineR
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
139 lines (138 loc) · 3.61 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# Generated by roxygen2: do not edit by hand
export(BarrettsAll)
export(BarrettsBxQual)
export(BarrettsParisEMR)
export(Barretts_FUType)
export(Barretts_PathStage)
export(Barretts_PragueScore)
export(BiopsyIndex)
export(CategoricalByEndoscopist)
export(ColumnCleanUp)
export(DictionaryInPlaceReplace)
export(EndoBasicGraph)
export(EndoPaste)
export(Endomerge2)
export(EndoscEndoscopist)
export(EndoscInstrument)
export(EndoscMeds)
export(EndoscopyEvent)
export(EntityPairs_OneSentence)
export(EntityPairs_TwoSentence)
export(Eosinophilics)
export(EventList)
export(Extractor)
export(ExtrapolatefromDictionary)
export(GISymptomsList)
export(GRS_Type_Assess_By_Unit)
export(HistolBxSize)
export(HistolNumbOfBx)
export(HistolType)
export(HistolTypeAndSite)
export(HowManyOverTime)
export(IBD_Scores)
export(ListLookup)
export(LocationList)
export(LocationListLower)
export(LocationListUniversal)
export(LocationListUpper)
export(MetricByEndoscopist)
export(MyImgLibrary)
export(NegativeRemove)
export(NegativeRemoveWrapper)
export(PatientFlowIndividual)
export(PatientFlow_CircosPlots)
export(RFACath)
export(SurveilFirstTest)
export(SurveilLastTest)
export(SurveilTimeByRow)
export(SurveySankey)
export(TimeToStatus)
export(WordsToNumbers)
export(dev_ExtrapolateOPCS4Prep)
export(sanity)
export(scale_colour_Publication)
export(scale_fill_Publication)
export(textPrep)
export(theme_Publication)
import(DiagrammeR)
import(ggplot2)
import(ggthemes)
import(grid)
import(scales)
import(tm)
importFrom(Hmisc,capitalize)
importFrom(data.table,'rowid')
importFrom(data.table,'setDT')
importFrom(data.table,as.data.table)
importFrom(dplyr,arrange)
importFrom(dplyr,as_tibble)
importFrom(dplyr,case_when)
importFrom(dplyr,do)
importFrom(dplyr,filter)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,group_by_)
importFrom(dplyr,lag)
importFrom(dplyr,lead)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,pull)
importFrom(dplyr,rename)
importFrom(dplyr,row_number)
importFrom(dplyr,select)
importFrom(dplyr,slice)
importFrom(dplyr,summarise)
importFrom(dplyr,ungroup)
importFrom(fuzzyjoin,difference_full_join)
importFrom(fuzzyjoin,regex_left_join)
importFrom(ggplot2,element_text)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,scale_x_date)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,unit)
importFrom(ggplot2,xlab)
importFrom(ggplot2,ylab)
importFrom(here,here)
importFrom(lubridate,day)
importFrom(lubridate,dmy)
importFrom(lubridate,month)
importFrom(lubridate,parse_date_time)
importFrom(lubridate,week)
importFrom(lubridate,year)
importFrom(magrittr,'%>%')
importFrom(pander,pandoc.image.return)
importFrom(purrr,flatten_chr)
importFrom(purrr,map)
importFrom(purrr,map_chr)
importFrom(purrr,map_if)
importFrom(rlang,is_empty)
importFrom(rlang,sym)
importFrom(stringi,stri_replace)
importFrom(stringi,stri_replace_all)
importFrom(stringi,stri_replace_all_fixed)
importFrom(stringi,stri_split_boundaries)
importFrom(stringr,regex)
importFrom(stringr,str_c)
importFrom(stringr,str_detect)
importFrom(stringr,str_extract)
importFrom(stringr,str_extract_all)
importFrom(stringr,str_match)
importFrom(stringr,str_match_all)
importFrom(stringr,str_remove_all)
importFrom(stringr,str_replace)
importFrom(stringr,str_replace_all)
importFrom(stringr,str_replace_na)
importFrom(stringr,str_split)
importFrom(stringr,str_subset)
importFrom(stringr,str_trim)
importFrom(stringr,str_which)
importFrom(stringr,str_wrap)
importFrom(tidyr,drop_na)
importFrom(tidyr,separate)
importFrom(tidyr,separate_rows)
importFrom(utils,aregexec)