Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fhdsl/biodigsdata
Data Package for BioDIGS Project
https://github.com/fhdsl/biodigsdata
Last synced: about 2 months ago
JSON representation
Data Package for BioDIGS Project
- Host: GitHub
- URL: https://github.com/fhdsl/biodigsdata
- Owner: fhdsl
- License: mit
- Created: 2024-01-31T15:56:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-08T00:30:09.000Z (11 months ago)
- Last Synced: 2024-02-08T01:28:45.546Z (11 months ago)
- Language: R
- Size: 238 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BioDIGSData
We've created a data package to help you easily bring BioDIGS soil data and metadata into R! This package is currently in development, so if there's a feature you'd like to see, please let us know!
## Installation
Install the package by running the following in R. You might need to install the devtools package.
```
devtools::install_github("fhdsl/BioDIGSData")
```## Usage
Bring in the data using predefined functions. For example:
```
# Load soil data
my_data <- BioDIGSData::BioDIGS_soil_data()
```