Description Usage Arguments Details Value Examples
From a file completed by the assessement of expert(s), and an existing chain, this function constitutes a chain. All assessment must be done.
1 | expert4chain(file, chain)
|
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. |
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.
The resulting /chain/.
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");
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.