You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal of helsinki package is to provide tools in R to access and download open data from City of Helsinki and the Helsinki metropolitan area - the Finnish capital region.
25
+
The goal of helsinki package is to provide tools in R to access and
26
+
download open data from City of Helsinki and the Helsinki metropolitan
27
+
area - the Finnish capital region.
26
28
27
29
## Installation
28
30
29
-
You can install the released version of helsinki from [CRAN](https://CRAN.R-project.org) with:
31
+
You can install the released version of helsinki from
32
+
[CRAN](https://CRAN.R-project.org) with:
30
33
31
34
```r
32
35
install.packages("helsinki")
@@ -48,15 +51,17 @@ Loading the package:
48
51
library(helsinki)
49
52
```
50
53
51
-
List available features from Helsinki Region Environmental Services HSY WFS API and then download the 15th feature from that list:
54
+
List available features from Helsinki Region Environmental Services HSY
55
+
WFS API and then download the 15th feature from that list:
**Kindly cite this work** as follows: [Juuso Parkkinen](https://github.com/ouzor), [Joona Lehtomäki](https://github.com/jlehtoma), [Pyry Kantanen](https://github.com/pitkant), and [Leo Lahti](https://github.com/antagomir). helsinki - Helsinki open data R tools. URL: <http://ropengov.github.io/helsinki/>
82
+
**Kindly cite this work** as follows: [Juuso
83
+
Parkkinen](https://github.com/ouzor), [Joona
84
+
Lehtomäki](https://github.com/jlehtoma), [Pyry
85
+
Kantanen](https://github.com/pitkant), and [Leo
86
+
Lahti](https://github.com/antagomir). helsinki - Helsinki open data R
87
+
tools. URL: <http://ropengov.github.io/helsinki/>
78
88
79
-
Alternatively, run citation("helsinki") in your R environment after installing this package or "Cite this repository" section in the GitHub repository.
89
+
Alternatively, run `citation("helsinki")` in your R environment after
90
+
installing this package or see the “Cite this repository” section of the
91
+
package’s GitHub repository.
80
92
81
-
We are grateful to all [contributors](https://github.com/rOpenGov/helsinki/graphs/contributors)! This project is part of [rOpenGov](https://ropengov.org).
0 commit comments