knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  eval = FALSE
)

Update

  1. Clone the repo
library(gert)
gert::git_clone("https://github.com/lancs-macro/hopi.git")
  1. Load & Update
devtools::load_all(".")
options(timeout = 15*60)

td <- process_data(end_date = next_release_to_date())
gc()
# To update all frequencies
update(td)

# Or alternatively
update_monthly(td)
update_quarterly(td)
update_annual(td)
  1. Git push
git_add(".")
git_commit("Commit msg")
git_push()


lancs-macro/hopi documentation built on April 11, 2024, 12:26 a.m.