Vignette for the eurostat R package

NOT_CRAN <- identical(tolower(Sys.getenv("NOT_CRAN")), "true")
knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  purl = NOT_CRAN,
  eval = NOT_CRAN
)
# Global options
library(knitr)
# opts_chunk$set(fig.path="fig/")

Installation

Release version (CRAN):

install.packages("eurostat")

Development version (Github):

library(remotes)
remotes::install_github("ropengov/eurostat")

Load the package:

library(eurostat)

For more detailed examples on how to use the package, see the online tutorial.



Try the eurostat package in your browser

Any scripts or data that you put into this service are public.

eurostat documentation built on March 7, 2023, 5:39 p.m.