Skip to content

Commit c5608b6

Browse files
committed
reduce line length to pass lintr checks
1 parent 5d2734c commit c5608b6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

episodes/contact-matrices.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,9 @@ The example above uses the POLYMOD survey. There are a number of surveys availab
125125

126126
```{r, message = FALSE, warning = FALSE}
127127
# Access the contact survey data from Zenodo
128-
zambia_sa_survey <- socialmixr::get_survey("https://doi.org/10.5281/zenodo.3874675")
128+
zambia_sa_survey <- socialmixr::get_survey(
129+
"https://doi.org/10.5281/zenodo.3874675"
130+
)
129131
```
130132

131133
:::::::::::::::::: spoiler

0 commit comments

Comments
 (0)