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"
)



lucasjamar/VBZtools documentation built on May 20, 2020, 3:44 a.m.