forked from rOpenGov/eurostat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.Rmd
executable file
·112 lines (81 loc) · 5.9 KB
/
index.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
---
output:
html_document:
keep_md: yes
home:
links:
- text: eurostat homepage
href: http://ropengov.github.io/eurostat/
---
<br>
[![license](https://img.shields.io/github/license/mashape/apistatus.svg)]()
<!--[![DOI](https://zenodo.org/badge/18989920.svg)](https://zenodo.org/badge/latestdoi/18989920)-->
[![PRs Welcome][prs-badge]][prs]
[![Code of Conduct][coc-badge]][coc]
[![Build Status](https://travis-ci.org/rOpenGov/eurostat.svg?branch=master)](https://travis-ci.org/rOpenGov/eurostat)
[![AppVeyor Status](https://ci.appveyor.com/api/projects/status/github/rOpenGov/eurostat?branch=master&svg=true)](https://ci.appveyor.com/project/rOpenGov/eurostat)
[![codecov.io](https://codecov.io/github/rOpenGov/eurostat/coverage.svg?branch=master)](https://codecov.io/github/rOpenGov/eurostat?branch=master)
[![Downloads](http://cranlogs.r-pkg.org/badges/grand-total/eurostat)](https://cran.r-project.org/package=eurostat)
[![Downloads](http://cranlogs.r-pkg.org/badges/eurostat)](https://cran.r-project.org/package=eurostat)
[![Gitter](https://badges.gitter.im/rOpenGov/eurostat.svg)](https://gitter.im/rOpenGov/eurostat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
[![Watch on GitHub][github-watch-badge]][github-watch]
[![Star on GitHub][github-star-badge]][github-star]
[![Follow](https://img.shields.io/twitter/follow/ropengov.svg?style=social)](https://twitter.com/intent/follow?screen_name=ropengov)
<br>
# eurostat R package
R tools to access open data from [Eurostat](http://ec.europa.eu/eurostat). Data search, download, manipulation and visualization.
### Installation
To install the CRAN release version, use:
```{r install, eval=FALSE}
install.packages("eurostat")
```
For the latest github development version, use:
```{r installdev, eval=FALSE}
install_github("ropengov/eurostat")
```
```{r lib, include=FALSE, echo=FALSE, warning=FALSE, message=FALSE}
library(eurostat)
```
### Using the package
The [R Journal manuscript](https://journal.r-project.org/archive/2017/RJ-2017-019/index.html) provides an overview of the package. Various tutorials [are available](http://ropengov.github.io/eurostat/articles/index.html) and provide more detailed demonstrations. Check the following:
* [Cheat sheet: eurostat R package](http://ropengov.github.io/eurostat/articles/cheatsheet.html)
* [Tutorial (vignette) for the eurostat R package](http://ropengov.github.io/eurostat/articles/eurostat_tutorial.html)
* [Blog posts](http://ropengov.github.io/eurostat/articles/blogposts.html)
* [Detailed function documentation](http://ropengov.github.io/eurostat/reference/index.html)
<!--* [Publications using the eurostat R package](http://ropengov.github.io/eurostat/articles/publications.html)-->
### Contribute
Check the Github page for [source code](https://github.com/rOpenGov/eurostat/).
Contributions are very welcome:
* [Use issue tracker](https://github.com/ropengov/eurostat/issues) for feedback and bug reports.
* [Send pull requests](https://github.com/ropengov/eurostat/)
* [Star us on the Github page](https://github.com/ropengov/eurostat)
* [Join the discussion in Gitter](https://gitter.im/rOpenGov/eurostat)
### Acknowledgements
**Kindly cite this work** as follows: [Leo Lahti](https://github.com/antagomir), 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](https://journal.r-project.org/archive/2017/RJ-2017-019/index.html)). R package version `r sessionInfo()$otherPkgs$eurostat$Version`. URL: [http://ropengov.github.io/eurostat](http://ropengov.github.io/eurostat)
We are greatful to all [contributors](https://github.com/rOpenGov/eurostat/graphs/contributors), including Joona Lehtomäki, Francois Briatte, and Oliver Reiter, and for the [Eurostat](http://ec.europa.eu/eurostat/) open data portal! This project is part of [rOpenGov](http://ropengov.github.io).
### Disclaimer
This package is in no way officially related to or endorsed by Eurostat.
[chat-badge]: https://img.shields.io/badge/chat-on%20gitter-46BC99.svg?style=flat-square
[chat]: https://gitter.im/ropengov/eurostat?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
[build-badge]: https://img.shields.io/travis/ropengov/eurostat.svg?style=flat-square
[build]: https://travis-ci.org/ropengov/eurostat
[version-badge]: https://img.shields.io/npm/v/eurostat.svg?style=flat-square
[package]: https://www.npmjs.com/package/eurostat
[license-badge]: https://img.shields.io/npm/l/eurostat.svg?style=flat-square
[license]: https://github.com/ropengov/eurostat/blob/master/LICENSE
[prs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square
[prs]: http://makeapullrequest.com
[donate-badge]: https://img.shields.io/badge/$-support-green.svg?style=flat-square
[donate]: http://kcd.im/donate
[coc-badge]: https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
[coc]: https://github.com/ropengov/eurostat/blob/master/other/CODE_OF_CONDUCT.md
[implementations-badge]: https://img.shields.io/badge/%F0%9F%92%A1-implementations-8C8E93.svg?style=flat-square
[implementations]: https://github.com/ropengov/eurostat/blob/master/other/IMPLEMENTATIONS.md
[github-watch-badge]: https://img.shields.io/github/watchers/ropengov/eurostat.svg?style=social
[github-watch]: https://github.com/ropengov/eurostat/watchers
[github-star-badge]: https://img.shields.io/github/stars/ropengov/eurostat.svg?style=social
[github-star]: https://github.com/ropengov/eurostat/stargazers
[twitter]: https://twitter.com/intent/tweet?text=Check%20out%20eurostat!%20%E2%9C%A8%20Recognize%20all%20contributors,%20not%20just%20the%20ones%20who%20commit%20code%20%E2%9C%A8%20https://github.com/ropengov/eurostat%20%F0%9F%A4%97
[twitter-badge]: https://img.shields.io/twitter/url/https/github.com/ropengov/eurostat.svg?style=social
[emojis]: https://github.com/ropengov/eurostat#emoji-key
[eurostat]: https://github.com/ropengov/eurostat