Skip to content

Commit

Permalink
switch data source
Browse files Browse the repository at this point in the history
  • Loading branch information
SanderDevisscher committed Nov 2, 2022
1 parent 14b81d3 commit c2776c2
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions script/Hoeken_Analyse.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,14 @@ knitr::opts_chunk$set(echo = TRUE)

```{r libraries, include=FALSE}
library(multcompView)
library(dplyr)
library(scales)
library(magrittr)
library(tidyverse)
```

```{r, include=FALSE}
hoeken_data_compiled <- read_delim("./Intermediate/hoeken_data_compiled.csv",
";", escape_double = FALSE, trim_ws = TRUE)
hoeken_data_compiled <- hoeken_data_compiled %>%
filter(!is.na(larven))
hoeken_data_compiled <- read_delim("./interim/afvangsten_per_fuik.csv",
",", escape_double = FALSE, trim_ws = TRUE)
```

# 1. Analyse
Expand Down

0 comments on commit c2776c2

Please sign in to comment.