@@ -82,71 +82,71 @@ ggplot2::autoplot
82
82
# ' @inherit epidatasets::cases_deaths_subset description source references title
83
83
# ' @inheritSection epidatasets::cases_deaths_subset Data dictionary
84
84
# ' @examples
85
- # ' # Since this is a re-exported dataset, it cannot be loaded using
86
- # ' # the `data()` function. `data()` looks for a file of the same name
87
- # ' # in the `data/` directory, which doesn't exist in this package.
88
- # ' # works
89
- # ' epiprocess::cases_deaths_subset
85
+ # ' # Since this is a re-exported dataset, it cannot be loaded using
86
+ # ' # the `data()` function. `data()` looks for a file of the same name
87
+ # ' # in the `data/` directory, which doesn't exist in this package.
88
+ # ' # works
89
+ # ' epiprocess::cases_deaths_subset
90
90
# '
91
- # ' # works
92
- # ' library(epiprocess)
93
- # ' cases_deaths_subset
91
+ # ' # works
92
+ # ' library(epiprocess)
93
+ # ' cases_deaths_subset
94
94
# '
95
- # ' # fails
96
- # ' data(cases_deaths_subset, package = "epiprocess")
95
+ # ' # fails
96
+ # ' data(cases_deaths_subset, package = "epiprocess")
97
97
# ' @export
98
98
cases_deaths_subset <- epidatasets :: cases_deaths_subset
99
99
100
100
# ' @inherit epidatasets::covid_incidence_county_subset description source references title
101
101
# ' @inheritSection epidatasets::covid_incidence_county_subset Data dictionary
102
102
# ' @examples
103
- # ' # Since this is a re-exported dataset, it cannot be loaded using
104
- # ' # the `data()` function. `data()` looks for a file of the same name
105
- # ' # in the `data/` directory, which doesn't exist in this package.
106
- # ' # works
107
- # ' epiprocess::covid_incidence_county_subset
103
+ # ' # Since this is a re-exported dataset, it cannot be loaded using
104
+ # ' # the `data()` function. `data()` looks for a file of the same name
105
+ # ' # in the `data/` directory, which doesn't exist in this package.
106
+ # ' # works
107
+ # ' epiprocess::covid_incidence_county_subset
108
108
# '
109
- # ' # works
110
- # ' library(epiprocess)
111
- # ' covid_incidence_county_subset
109
+ # ' # works
110
+ # ' library(epiprocess)
111
+ # ' covid_incidence_county_subset
112
112
# '
113
- # ' # fails
114
- # ' data(covid_incidence_county_subset, package = "epiprocess")
113
+ # ' # fails
114
+ # ' data(covid_incidence_county_subset, package = "epiprocess")
115
115
# ' @export
116
116
covid_incidence_county_subset <- epidatasets :: covid_incidence_county_subset
117
117
118
118
# ' @inherit epidatasets::covid_incidence_outliers description source references title
119
119
# ' @inheritSection epidatasets::covid_incidence_outliers Data dictionary
120
120
# ' @examples
121
- # ' # Since this is a re-exported dataset, it cannot be loaded using
122
- # ' # the `data()` function. `data()` looks for a file of the same name
123
- # ' # in the `data/` directory, which doesn't exist in this package.
124
- # ' # works
125
- # ' epiprocess::covid_incidence_outliers
121
+ # ' # Since this is a re-exported dataset, it cannot be loaded using
122
+ # ' # the `data()` function. `data()` looks for a file of the same name
123
+ # ' # in the `data/` directory, which doesn't exist in this package.
124
+ # ' # works
125
+ # ' epiprocess::covid_incidence_outliers
126
126
# '
127
- # ' # works
128
- # ' library(epiprocess)
129
- # ' covid_incidence_outliers
127
+ # ' # works
128
+ # ' library(epiprocess)
129
+ # ' covid_incidence_outliers
130
130
# '
131
- # ' # fails
132
- # ' data(covid_incidence_outliers, package = "epiprocess")
131
+ # ' # fails
132
+ # ' data(covid_incidence_outliers, package = "epiprocess")
133
133
# ' @export
134
134
covid_incidence_outliers <- epidatasets :: covid_incidence_outliers
135
135
136
136
# ' @inherit epidatasets::jhu_confirmed_cumulative_num description source references title
137
137
# ' @inheritSection epidatasets::jhu_confirmed_cumulative_num Data dictionary
138
138
# ' @examples
139
- # ' # Since this is a re-exported dataset, it cannot be loaded using
140
- # ' # the `data()` function. `data()` looks for a file of the same name
141
- # ' # in the `data/` directory, which doesn't exist in this package.
142
- # ' # works
143
- # ' epiprocess::jhu_confirmed_cumulative_num
139
+ # ' # Since this is a re-exported dataset, it cannot be loaded using
140
+ # ' # the `data()` function. `data()` looks for a file of the same name
141
+ # ' # in the `data/` directory, which doesn't exist in this package.
142
+ # ' # works
143
+ # ' epiprocess::jhu_confirmed_cumulative_num
144
144
# '
145
- # ' # works
146
- # ' library(epiprocess)
147
- # ' jhu_confirmed_cumulative_num
145
+ # ' # works
146
+ # ' library(epiprocess)
147
+ # ' jhu_confirmed_cumulative_num
148
148
# '
149
- # ' # fails
150
- # ' data(jhu_confirmed_cumulative_num, package = "epiprocess")
149
+ # ' # fails
150
+ # ' data(jhu_confirmed_cumulative_num, package = "epiprocess")
151
151
# ' @export
152
152
jhu_confirmed_cumulative_num <- epidatasets :: jhu_confirmed_cumulative_num
0 commit comments