Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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