knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

hopi

CSV Data

if you want to download the data in CSV format you can see the latest release in the data directory.

knitr::kable(head(hopi::release_dates(), 6))
library(downloadthis)

quarterly <- readr::read_csv("data/2020-Q3/quarterly/nuts3.csv")

list(quarterly) %>%
  download_this(
    output_name = "mtcars and iris datasets",
    output_extension = ".xlsx",
    button_label = "Download datasets as xlsx",
    button_type = "warning",
    has_icon = TRUE,
    icon = "fa fa-save"
  )


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