Skip to content

antaldaniel/eurostat

 
 

Repository files navigation

R build status lifecycle codecov Downloads Downloads Gitter

Watch on GitHub Star on GitHub Follow

eurostat R package

R tools to access open data from Eurostat. Data search, download, manipulation and visualization.

Installation and use

# Install from CRAN
install.packages("eurostat")

# Install from GitHub
library(devtools)
devtools::install_github("ropengov/eurostat")

The package provides several different ways to get datasets from Eurostat. Searching for data is one way, if you know what to look for.

# Load the package
library(eurostat)

# Perform a simple search and print a table
passengers <- search_eurostat("passenger transport")
knitr::kable(head(passengers))
title code type last update of data last table structure change data start data end values
Air passenger transport enps_avia_pa dataset 16.04.2021 NA 2005 2020 NA
Volume of passenger transport relative to GDP tran_hv_pstra dataset 01.09.2020 08.02.2021 1990 2018 NA
Modal split of passenger transport tran_hv_psmod dataset 01.09.2020 08.02.2021 1990 2018 NA
Air passenger transport by reporting country avia_paoc dataset 16.06.2021 26.05.2021 1993 2021Q1 NA
Air passenger transport by main airports in each reporting country avia_paoa dataset 16.06.2021 07.05.2021 1993 2021Q1 NA
Air passenger transport between reporting countries avia_paocc dataset 16.06.2021 26.05.2021 1993 2021Q1 NA

See the Tutorial and other resources at the package homepage for more information and examples.

Recommended packages

It is recommended to install the giscoR package (https://dieghernan.github.io/giscoR/). This is another API package that provides R tools for Eurostat geographic data to support geospatial analysis and visualization.

Contribute

Contributions are very welcome:

Acknowledgements

Kindly cite this work as follows: Leo Lahti, Przemyslaw Biecek, Markus Kainu and Janne Huovari. Retrieval and analysis of Eurostat open data with the eurostat package. R Journal 9(1):385-392, 2017. R package version 3.7.6. URL: https://ropengov.github.io/eurostat/

We are grateful to all contributors, including Daniel Antal, Joona Lehtomäki, Francois Briatte, and Oliver Reiter, and for the Eurostat open data portal! This project is part of rOpenGov.

Disclaimer

This package is in no way officially related to or endorsed by Eurostat.

About

R tools for Eurostat data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • R 99.8%
  • Shell 0.2%