@@ -876,7 +876,7 @@ pvt_dengue_sensors <- function(auth, names, locations, epiweeks) {
876
876
# '
877
877
# ' @examples
878
878
# ' \donttest{
879
- # ' ecdc_ili(regions = "austria", epiweeks = epirange(201201 , 202001)) %>% fetch_classic()
879
+ # ' ecdc_ili(regions = "austria", epiweeks = epirange(201901 , 202001)) %>% fetch_classic()
880
880
# ' }
881
881
# ' @param regions character vector. The regions to fetch.
882
882
# ' @param epiweeks [`epirange`]. The epiweeks to fetch.
@@ -930,7 +930,7 @@ ecdc_ili <- function(regions,
930
930
# '
931
931
# ' @examples
932
932
# ' \donttest{
933
- # ' flusurv(locations = "CA", epiweeks = epirange(201201, 202001 )) %>% fetch_classic()
933
+ # ' flusurv(locations = "CA", epiweeks = epirange(201701, 201801 )) %>% fetch_classic()
934
934
# ' }
935
935
# ' @param locations character vector. Character strings indicating location.
936
936
# ' @param epiweeks [`epirange`]. The epiweeks to fetch.
@@ -1301,7 +1301,7 @@ meta <- function() {
1301
1301
# '
1302
1302
# ' @examples
1303
1303
# ' \donttest{
1304
- # ' nidss_dengue(locations = "taipei", epiweeks = epirange(201201, 202001 )) %>% fetch_classic()
1304
+ # ' nidss_dengue(locations = "taipei", epiweeks = epirange(201201, 201301 )) %>% fetch_classic()
1305
1305
# ' }
1306
1306
# ' @param locations character vector. The locations to fetch.
1307
1307
# ' @param epiweeks [`epirange`]. The epiweeks to fetched.
@@ -1332,7 +1332,7 @@ nidss_dengue <- function(locations, epiweeks) {
1332
1332
# '
1333
1333
# ' @examples
1334
1334
# ' \donttest{
1335
- # ' nidss_flu(regions = "taipei", epiweeks = epirange(201201, 202001 )) %>% fetch_classic()
1335
+ # ' nidss_flu(regions = "taipei", epiweeks = epirange(201501, 201601 )) %>% fetch_classic()
1336
1336
# ' }
1337
1337
# ' @param regions character vector. The regions to fetch.
1338
1338
# ' @param epiweeks [`epirange`]. The epiweeks to fetch.
@@ -1387,7 +1387,7 @@ nidss_flu <-
1387
1387
# ' pvt_norostat(
1388
1388
# ' auth = "yourkey",
1389
1389
# ' location = "Minnesota, Ohio, Oregon, Tennessee, and Wisconsin",
1390
- # ' epiweeks = epirange(201201, 202001 )
1390
+ # ' epiweeks = epirange(201401, 201501 )
1391
1391
# ' ) %>% fetch_classic()
1392
1392
# ' }
1393
1393
# ' @param auth string. Your authentication key.
@@ -1427,7 +1427,7 @@ pvt_norostat <- function(auth, locations, epiweeks) {
1427
1427
# '
1428
1428
# ' @examples
1429
1429
# ' \donttest{
1430
- # ' nowcast(location = "ca", epiweeks = epirange(201201, 202001 )) %>% fetch_classic()
1430
+ # ' nowcast(locations = "ca", epiweeks = epirange(201201, 201301 )) %>% fetch_classic()
1431
1431
# ' }
1432
1432
# ' @param locations character vector. The locations to fetch.
1433
1433
# ' @param epiweeks [`epirange`]. The epiweeks to fetch.
@@ -1638,7 +1638,7 @@ pvt_twitter <-
1638
1638
# '
1639
1639
# ' @examples
1640
1640
# ' \donttest{
1641
- # ' wiki(articles = "avian_influenza", epiweeks = epirange(201501, 202001 )) %>% fetch_tbl()
1641
+ # ' wiki(articles = "avian_influenza", epiweeks = epirange(201501, 201601 )) %>% fetch_tbl()
1642
1642
# ' }
1643
1643
# ' @param articles character vector. The articles to fetch.
1644
1644
# ' @param dates [`epirange`]. The dates to fetch. Mutually exclusive with `epiweeks`.
0 commit comments