## ----setup, include = FALSE---------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----tree_mypath--------------------------------------------------------------
mypath="../../woody_data/woody_data_train/"
mystation="V2942010"
fs::dir_tree(mypath)
## ----attach_woody-------------------------------------------------------------
library(woody)
## ----import_Wdata, message=FALSE, warning=FALSE-------------------------------
Wdat=import_Wdata(mypath)
## ----bh_get_qtvar-------------------------------------------------------------
Qdat=get_Qdata(Wdata=Wdat,
station=mystation,
extratime=1200)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.