-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
45 lines (26 loc) · 876 Bytes
/
README.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
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
error = FALSE,
message = FALSE,
warning = FALSE,
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# lisr <img src='man/figures/logo.png' align="right" height="150" />
<!-- badges: start -->
[![](https://img.shields.io/badge/devel%20version-0.1.5-blue.svg)](https://github.com/nrkoehler/lisr)
<!-- badges: end -->
R interface to `Leipzig Informationssystem` ([LIS](https://statistik.leipzig.de/statserv/servod.aspx)).
## Installation
```{r installation, eval = FALSE}
remotes::install_github("nrkoehler/lisr")
```
## Documentation
The package documentation can be found at [Github Pages](https://nrkoehler.github.io/lisr/). See vignettes for details.