knitr::opts_chunk$set( collapse = TRUE, comment = "#>" ) library(assimReservoirs,warn.conflicts=FALSE) library(dplyr,warn.conflicts=FALSE) library(lubridate,warn.conflicts=FALSE) library(sf,warn.conflicts=FALSE) hymet %>% select(date,id,runoff) %>% filter(date==ymd('2000-01-01')) %>% plot
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.