-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathNAMESPACE
50 lines (49 loc) · 1.16 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
# Generated by roxygen2: do not edit by hand
export(authenticateUser)
export(epidemiologyDataDictionary)
export(genomicsDataDictionary)
export(getAdmn0)
export(getAdmn1ByCountry)
export(getAdmn2ByState)
export(getAllLineagesByLocation)
export(getByAdmnLevel)
export(getCollectionDateByLocation)
export(getCountryByRegion)
export(getCumulativeBySubadmin)
export(getCuratedLineages)
export(getEpiData)
export(getGenomicData)
export(getGenomicsResponse)
export(getGlobalPrevalence)
export(getISO3)
export(getLag)
export(getLocationData)
export(getLocationIdGenomic)
export(getMutationAcrossLineage)
export(getMutationDetails)
export(getMutationsByLineage)
export(getPrevalence)
export(getResourcesData)
export(getResourcesResponse)
export(getSeqCounts)
export(getSubmissionDateByLocation)
export(lookupSublineages)
export(plotAllLineagesByLocation)
export(plotChoropleth)
export(plotEpiData)
export(plotMutationHeatmap)
export(plotPrevalenceDotPlot)
export(plotPrevalenceOverTime)
export(searchLocations)
import(RcppSimdJson)
import(crayon)
import(dplyr)
import(ggplot2)
import(httr)
import(jsonlite)
import(progress)
import(purrr)
import(sf)
import(stringr)
import(tidyr)
import(yaml)