yaml.Qdfields.nchar.from.meta: Counts the number of characters in the YAML data field...

Description Usage Arguments Value Examples

Description

Q_dfield_list is the list defining the data field shortcuts and the corresponding full name variations.

Usage

1

Arguments

yaml_meta

parsed YAML object as a structured list

Value

A named vector with the total number of characters in each found data field shortcut for a given parsed YAML object.

Examples

1
2
3
4
5
## Not run: 
d_results = yaml.debugger.run(qnames, d_init)
rowSums(sapply( d_results$Metainfos, function(yaml){ yaml.Qdfields.nchar.from.meta(yaml) } ))

## End(Not run)

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