We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d2734c commit c5608b6Copy full SHA for c5608b6
1 file changed
episodes/contact-matrices.Rmd
@@ -125,7 +125,9 @@ The example above uses the POLYMOD survey. There are a number of surveys availab
125
126
```{r, message = FALSE, warning = FALSE}
127
# Access the contact survey data from Zenodo
128
-zambia_sa_survey <- socialmixr::get_survey("https://doi.org/10.5281/zenodo.3874675")
+zambia_sa_survey <- socialmixr::get_survey(
129
+ "https://doi.org/10.5281/zenodo.3874675"
130
+)
131
```
132
133
:::::::::::::::::: spoiler
0 commit comments