knitr::opts_chunk$set( collapse = TRUE, message = FALSE, warning = FALSE, comment = "#>" )
library(VBZtools) VBZtools::download_timetable( start = "2017-12-10", end = "2018-12-09", export_folder = "data/raw_data/timetable" ) VBZtools::download_weather( start = "2017-12-10", end = "2018-12-09", export_folder = "data/raw_data/weather" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.