Learn R Programming

soilcarbon (version 1.2.0)

dataQC: dataQC

Description

Check the imported soil carbon dataset for formatting and entry errors

Usage

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.