Skip to content

Commit 8de2b84

Browse files
committed
isolate line to paste input
1 parent f93cd4c commit 8de2b84

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

instructors/data/03-practical-activity-1.R

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,13 @@ library(tidyverse)
1010

1111

1212
# Read linelist and contacts ----------------------------------------------
13-
dat_contacts <- readr::read_rds("link/to/contact/data/url")
13+
dat_contacts <- readr::read_rds(
14+
"link/to/contact/data/url"#<COMPLETE>
15+
)
1416

15-
dat_linelist <- readr::read_rds("link/to/linelist/data/url")
17+
dat_linelist <- readr::read_rds(
18+
"link/to/linelist/data/url"#<COMPLETE>
19+
)
1620

1721

1822
# Create an epicontacts object -------------------------------------------

0 commit comments

Comments
 (0)