Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.35 KB

index.md

File metadata and controls

38 lines (29 loc) · 1.35 KB

Database template

Template file (Variables with red column names are required)
Template instructions

Add data!

  1. Install latest version of R https://www.r-project.org/
  2. Install and load soilcarbon package (run this in R). Installing the package this way may not have have the most updated features of the package.
install.packages("soilcarbon")
  1. (Alternate) To install the most recent development version of the package run this line instead.
devtools::install_github("powellcenter-soilcarbon/soilcarbon”)
  1. Run soilcarbon shiny workbench in R
library(soilcarbon)
soilcarbon.shiny()
  1. Click 'Browse' and chose the data file (Template file that you have filled with data)
  2. Click 'download quality control report'
  3. Look at the text file that is downloaded. Warning messages will describe any problems in the data file.
  4. If your data passes the check, email it to [email protected].

Current data

Making pull requests