https://github.com/fhdsl/biodigsdata
Data Package for BioDIGS Project
https://github.com/fhdsl/biodigsdata
biodigs edtech-software gdscn
Last synced: 3 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T17:53:07.000Z (over 1 year ago)
- Last Synced: 2025-07-22T09:50:04.149Z (11 months ago)
- Topics: biodigs, edtech-software, gdscn
- Language: R
- Homepage: https://github.com/fhdsl/BioDIGSData
- Size: 255 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- 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 property data
my_data <- BioDIGSData::BioDIGS_soil_data()
# Load site metadata
my_data <- BioDIGSData::BioDIGS_metadata()
# Load DNA metadata
my_data <- BioDIGSData::BioDIGS_DNA_conc_data()
```