Skip to content

Commit 9ac1165

Browse files
Update docs with pkgdev
1 parent 6f1bd7d commit 9ac1165

1 file changed

Lines changed: 21 additions & 7 deletions

File tree

README.md

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,14 @@ GitHub](https://img.shields.io/github/stars/ropengov/helsinki.svg?style=social)]
2222
Twitter](https://img.shields.io/twitter/follow/ropengov.svg?style=social)](https://twitter.com/intent/follow?screen_name=ropengov)
2323
<!-- badges: end -->
2424

25-
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.
2628

2729
## Installation
2830

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:
3033

3134
``` r
3235
install.packages("helsinki")
@@ -48,15 +51,17 @@ Loading the package:
4851
library(helsinki)
4952
```
5053

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:
5256

5357
``` r
5458
url <- "https://kartta.hsy.fi/geoserver/wfs"
5559
hsy_features <- get_feature_list(base.url = url)
5660
get_feature(base.url = url, typename = hsy_features$Name[15])
5761
```
5862

59-
For more examples, check the [tutorial page](http://ropengov.github.io/helsinki/articles/helsinki_tutorial.html).
63+
For more examples, check the [tutorial
64+
page](http://ropengov.github.io/helsinki/articles/helsinki_tutorial.html).
6065

6166
## Contributing
6267

@@ -74,8 +79,17 @@ You are welcome to contact us:
7479

7580
## Acknowledgements
7681

77-
**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/>
7888

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.
8092

81-
We are grateful to all [contributors](https://github.com/rOpenGov/helsinki/graphs/contributors)! This project is part of [rOpenGov](https://ropengov.org).
93+
We are grateful to all
94+
[contributors](https://github.com/rOpenGov/helsinki/graphs/contributors)!
95+
This project is part of [rOpenGov](https://ropengov.org).

0 commit comments

Comments
 (0)