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
- Host: GitHub
- URL: https://github.com/filippo-ferrario/shaRe
- Owner: filippo-ferrario
- License: mit
- Created: 2020-10-14T17:46:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-05T19:39:40.000Z (over 2 years ago)
- Last Synced: 2024-08-13T07:11:33.041Z (8 months ago)
- Language: R
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - filippo-ferrario/shaRe - R package to facilitate documenting data for sharing and archiving (R)
README
# shaRe
R package to facilitate data sharingcollection of functions to help documenting dataset for:
- archiving
- sharing with othersTo 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')
```