dataQC: dataQC

Description Usage Arguments

Description

Check the imported soil carbon dataset for formatting and entry errors

Usage

1
2
dataQC(data, tabs = c("metadata", "site", "profile", "layer", "fraction"),
  writeQCreport = F, outfile = NULL)

Arguments

data

directory to data file

tabs

the tabs that will be checked, default is all

writeQCreport

if TRUE, a text report of the QC output will be written to the outfile. Default is FALSE

outfile

filename of the output file if writeQCreport=TRUE. Default is NULL, and the outfile will be written to the directory where the dataset is stored, and named by the dataset being checked.


soilcarbon documentation built on May 2, 2019, 2:11 a.m.