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

biodigs edtech-software gdscn

Last synced: 3 months ago
JSON representation

Data Package for BioDIGS Project

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()
```