Skip to content

Commit

Permalink
delete unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
wstolte committed Nov 26, 2024
1 parent 7086fa6 commit f3c17c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 08_bijlage.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ df_waterstanden %>%
group_by(stationname, year, month, parametername) %>%
summarise(datapoints = n(), .groups = "drop") %>%
mutate(date = as_date(paste(year, month, "15"))) %>%
meetdichtheid_hydro(stationName = trendstations, no_of_columns = 2)
meetdichtheid_hydro(stationName = trendstations)
```

Expand Down

0 comments on commit f3c17c8

Please sign in to comment.