renderValidationReport: Build a PDF or a HTML report on a data validation against a...

Description Usage Arguments Value Author(s) Examples

Description

Build a PDF or a HTML report on a data validation against a format definition.

Usage

1
2
3
renderValidationReport(obj, formatDb, reportFormat = "html", reportFilePath,
  title = "Validation of a dataset against a format", author = "John Doe",
  ...)

Arguments

obj

Object to validate, see validateData.

formatDb

Format data structure, see validateData.

reportFormat

Format of the report, could be "html" (default) or "pdf".

reportFilePath

File path of the output PDF or HTML document.

title

Title of the report.

author

Author of the report.

Value

File path of the created report.

Author(s)

Norbert Billet - IRD

Examples

1
#

ldbk/fishPifct documentation built on May 20, 2019, 11:28 p.m.