An open API service indexing awesome lists of open source software.

https://github.com/filippo-ferrario/shaRe

R package to facilitate documenting data for sharing and archiving
https://github.com/filippo-ferrario/shaRe

Last synced: 4 months ago
JSON representation

R package to facilitate documenting data for sharing and archiving

Awesome Lists containing this project

README

        

# shaRe
R package to facilitate data sharing

collection of functions to help documenting dataset for:
- archiving
- sharing with others

To install the package from github use

```
library(devtools)

install_github('filippo-ferrario/shaRe', ref='HEAD')

```
**Please cite the package as:**

Filippo Ferrario (2020). shaRe: facilitate archiving and sharing data. R package version 0.1. https://github.com/filippo-ferrario/shaRe

You can get this citations using:
```{r}
citation('shaRe')
```