-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.Rmd
36 lines (27 loc) · 1.13 KB
/
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
36
---
output: github_document
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# scheldemonitoR <img src="man/figures/hex-SM.png" align="right" alt="" width="120">
<!-- badges: start -->
[![CRAN status](https://www.r-pkg.org/badges/version/etn)](https://CRAN.R-project.org/package=etn)
[![repo status](https://www.repostatus.org/badges/latest/active.svg)](https://www.repostatus.org/#active)
<!-- badges: end -->
`scheldemonitoR` provides functionality to access data from the [ScheldeMonitor](https://www.scheldemonitor.org/nl) database
hosted by the Flanders Marine Institute (VLIZ). It also provides functions to aggregate and plot data.
## Installation
You can install the development version of scheldemonitoR from [GitHub](https://github.com/) with:
``` r
# install.packages("devtools")
devtools::install_github("scheldemonitor/scheldemonitoR")
```
## Credits
Functions of this package were written by multiple collaborators. Check `DESCRIPTION` for more information.