-
Notifications
You must be signed in to change notification settings - Fork 18
/
_pkgdown.yml
77 lines (73 loc) · 2.54 KB
/
_pkgdown.yml
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
url: https://epiforecasts.io/covidregionaldata/
template:
bootstrap: 5
package: preferably
params:
toggle: manual
docsearch:
api_key: 721a43acf6af66699c04bd8b2af75ff1
index_name: epiforecasts
twitter:
creator: "@seabbs"
card: summary_large_image
development:
mode: release
authors:
Sam Abbott:
href: "https://www.samabbott.co.uk/"
Sebastian Funk:
href: "https://www.lshtm.ac.uk/aboutus/people/funk.sebastian"
navbar:
type: inverse
left:
- text: "Home"
href: index.html
- text: "Getting Started"
href: articles/quickstart.html
- text: "Supported countries"
href: articles/supported-countries.html
- text: "Other Articles"
menu:
- text: "Package Overview"
href: articles/slowstart.html
- text: "Testing Datasets"
href: articles/testing.html
- text: "News"
href: news/index.html
- icon: fa-file-code-o
text: "Functions"
href: reference/index.html
reference:
- title: Get Covid-19 Data
desc: Functions that provide interfaces to download cleaned and processed datasets. Internally many of these functions call the classes documented below and so optional class specific arguments can also be used.
contents:
- get_available_datasets
- get_national_data
- get_regional_data
- initialise_dataclass
- DataClass
- CountryDataClass
- title: Dataset Classes
desc: Classes that define individual datasets and contain all the methods needed to download, process, and clean them.
contents:
- has_concept("dataset")
- title: Dataset processing
desc: Functions used to process data once it has been cleaned into a standardised format. These functions are split into compulsory processing options, which are always used, and optional processing functions which may be added/removed by the user.
- subtitle: Compulsory processing
contents:
- has_concept("compulsory_processing")
- subtitle: Optional processing
contents:
- has_concept("optional_processing")
- title: Utilities
desc: Utility functions that either help manage data, provide additional information, or convert the data into new formats.
contents:
- has_concept("utility")
- title: Tests
desc: Testing functions that check at each step (cleaning, processing, returning) the data structure and types are as expected. Requires `testthat` to be installed.
contents:
- has_concept("tests")
- title: Datasets
desc: Package datasets
contents:
- ends_with("_codes")