Nothing
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/")
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.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.