R/dqassess.R

#' @title Data quality assessment
#' @description This package contain serveral functions in order to evaluate the conformity of data against a data format description.
#' It attempt to help on data error detection concerning for example the data structures, formats or code lists.
#' This R package was developped within the work package 5 of the FRAMEWORK CONTRACT - MARE/2016/22 "Strengthening REgional COoperation in the area of LArge PElagic fisheries data collection" (RECOLAPE project).
#' @name dqassess
#' @author Mathieu Depetris, \email{mathieu.depetris@@ird.fr}
#' @author Norbert Billet, \email{norbert.billet@@ifremer.fr}
#' @section List of available functions:
#' \itemize{
#' \item{\code{\link{build_template_format_db}}}
#' \item{\code{\link{read_format_db}}}
#' \item{\code{\link{write_format_db_excel}}}
#' \item{\code{\link{checking_data}}}
#' }
#' @section Vignettes link:
#' Several vignettes was made for explain the methodology behind the function and for give examples of application:
#' \itemize{
#' \item{\code{\link{../doc/dqassess_global.html}}}
#' \item{\code{\link{../doc/dqassess_definition_data_format.html}}}
#' \item{\code{\link{../doc/dqassess_methodology.html}}}
#' }
#' @docType package
"_PACKAGE"
OB7-IRD/dqassess documentation built on June 6, 2019, 10 a.m.