Template file (Variables with red column names are required)
Template instructions
- Install latest version of R https://www.r-project.org/
- 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")
- (Alternate) To install the most recent development version of the package run this line instead.
devtools::install_github("powellcenter-soilcarbon/soilcarbon”)
- Run soilcarbon shiny workbench in R
library(soilcarbon)
soilcarbon.shiny()
- Click 'Browse' and chose the data file (Template file that you have filled with data)
- Click 'download quality control report'
- Look at the text file that is downloaded. Warning messages will describe any problems in the data file.
- If your data passes the check, email it to [email protected].
Making pull requests