Skip to content

Commit 09e1900

Browse files
committed
add api key to all R covidcast use
1 parent bdfce3d commit 09e1900

File tree

5 files changed

+18
-2
lines changed

5 files changed

+18
-2
lines changed

content/blog/2020-08-26-fb-survey.Rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ output:
4747
toc: true
4848
---
4949

50+
```{r, echo=FALSE}
51+
options(covidcast.auth = "9328d11cfe46d") # Minh's key
52+
```
53+
5054
Since April 2020, in collaboration with Facebook,
5155
partner universities, and public health officials,
5256
we've been conducting a massive daily survey to monitor

content/blog/2020-10-06-survey-wave-4.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,9 @@ output:
3030
blogdown::html_page:
3131
toc: true
3232
---
33-
33+
```{r, echo=FALSE}
34+
options(covidcast.auth = "9328d11cfe46d") # Minh's key
35+
```
3436
Beginning in early April 2020, the `r blogdown::shortcode_html("reflink", "/", "Delphi group")` has
3537
conducted a major survey to track COVID-19 across the United States. With the
3638
support of Facebook Data for Good, we have been able to recruit tens of

content/blog/2020-12-10-masks-public.Rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ output:
2121
toc: true
2222
---
2323

24+
```{r, echo=FALSE}
25+
options(covidcast.auth = "9328d11cfe46d") # Minh's key
26+
```
27+
2428
As COVID cases and deaths continue to rise in the United States, we are
2529
repeatedly reminded that unless we take the appropriate precautions---by wearing
2630
masks when around other people, working from home whenever possible, and

content/blog/2021-01-15-causal-effect-mobility.Rmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ output:
2727
toc: true
2828
---
2929

30+
```{r, echo=FALSE}
31+
options(covidcast.auth = "9328d11cfe46d") # Minh's key
32+
```
33+
3034
```{r setup, include=FALSE}
3135
knitr::opts_chunk$set(collapse = TRUE)
3236
```

content/blog/2021-01-22-holiday-surveys.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ output:
2929
blogdown::html_page:
3030
toc: true
3131
---
32-
32+
```{r, echo=FALSE}
33+
options(covidcast.auth = "9328d11cfe46d") # Minh's key
34+
```
3335
With pandemic fatigue setting in across the United States after a long year
3436
filled with uncertainty, many felt the temptation to celebrate a “normal”
3537
Thanksgiving and Christmas. However, with cases steeply rising across the US,

0 commit comments

Comments
 (0)