yaml.debugger.summary: Overview of the parser results. If errors occured, the...

Description Usage Arguments Value Examples

Description

Overview of the parser results. If errors occured, the corresponding Q folder names and YAML errors are displayed.

Usage

1
2
yaml.debugger.summary(qfolders, results, showErrors = TRUE,
  showOverView = TRUE, summaryType = "full")

Arguments

qfolders

the list with Q folder names as provided by yaml.debugger.get.qnames

results

as provided by yaml.debugger.run

showErrors

boolean trigger for showing / not showing the parser errors

showOverView

boolean trigger for showing / not showing the total Overview

summaryType

[mini/compact/full] controls the details and extent of the Overview output

Value

The summary overview as data frame for further inspection

Examples

1
2
3
4
## Not run: 
OverView = yaml.debugger.summary(qfolders, d_results, summaryType = "mini")

## End(Not run)

lborke/yamldebugger documentation built on May 20, 2019, 10:24 p.m.