chain2fileexpert: writes from a /chain/ a file to be completed by an expert

Description Usage Arguments Details Value Examples

Description

From a complete chain, write (with possibly many comments) a file to be completed by the assessement of expert(s). Only necessary of components of @assess of every node are proposed

Usage

1

Arguments

chain

The /chain/ serving as template.

file

name of the file to be written. When rbsb.cha0 no file is written but a character is returned.

comment

Indicates the level of the comment to introduce in the created file. [0] no comment, [1] just the date of the creation, [2] as [1] plus some brief explanations,

Details

The values of the original /chain/ are recalled in the comments when comment is greater than zero.

Value

The content of the file is returned or written to the designated file.

Examples

1
2
 prr3k("RESET"); # For R checking compliance
 chain2fileexpert(prr.chain3, rbsb.cha0);

prr documentation built on May 2, 2019, 6:35 p.m.

Related to chain2fileexpert in prr...