Skip to content

Commit

Permalink
load data remotely
Browse files Browse the repository at this point in the history
  • Loading branch information
langbart committed Nov 19, 2024
1 parent ea36b1d commit 5c216c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 150 deletions.
5 changes: 2 additions & 3 deletions r_snacks/6_preprocessing2.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ webr:
- tidyverse
- janitor
- skimr
resources:
- ../data/malawi_ssf.csv
- readr
---

{{< include ../_extensions/r-wasm/live/_knitr.qmd >}}
Expand Down Expand Up @@ -47,7 +46,7 @@ library(janitor)
library(skimr)
# Read the landing site data
malawi_ssf <- read.csv("data/malawi_ssf.csv")
malawi_ssf <- readr::read_csv("https://raw.githubusercontent.com/WorldFishCenter/ssf.training/refs/heads/update-pages/data/malawi_ssf.csv")
# Initial inspection
glimpse(malawi_ssf)
Expand Down
147 changes: 0 additions & 147 deletions r_snacks/data/malawi_ssf.csv

This file was deleted.

0 comments on commit 5c216c6

Please sign in to comment.