We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f493a1a commit bc9da34Copy full SHA for bc9da34
basic-case-study.Rmd
@@ -76,7 +76,7 @@ If you want to get the data on to your own computer, run this code:
76
```{r, eval = "FALSE"}
77
dir.create("neiss")
78
download <- function(name) {
79
- url <- "https://github.com/hadley/mastering-shiny/raw/main/neiss/"
+ url <- "https://raw.github.com/hadley/mastering-shiny/main/neiss/"
80
download.file(paste0(url, name), paste0("neiss/", name), quiet = TRUE)
81
}
82
download("injuries.tsv.gz")
0 commit comments