expert4chain: reads the expert assessement of an expertise and builds the...

Description Usage Arguments Details Value Examples

Description

From a file completed by the assessement of expert(s), and an existing chain, this function constitutes a chain. All assessment must be done.

Usage

1

Arguments

file

name of the file where must be extracted the expert assessemnt.

chain

The /chain/ serving as template for the new chain. It must be completely consistent with the file assessment.

Details

Usually the expert assessment file comes from a call to chaine2fileexpert. Nodes can be in any order but the first component must be devoted to the chain description.
Tags to be used for the file are prr.tag1.

Value

The resulting /chain/.

Examples

1
2
3
4
5
6
 prr3k("RESET"); # For R checking compliance
 ## chain2fileexpert(prr.chain3, "tutu");
 ## file 'tutu' must be completed by hand 
 ## cha <- expert4chain("tutu", prr.chain);
 ## print(cha);
 ## unlink("tutu");

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

Related to expert4chain in prr...