Kb2XML {FKBL} | R Documentation |
It takes a knowledge base, the name of a file and any desired meta information. Then, it creates a XML with the given name, containing the kB and the meta information.
Kb2XML(file,kB,mt)
Takes the file, the knowledge base and the meta information.
file |
The name of the file. |
kB |
The knowledge base. |
mt |
The meta information, it must be a list with pairs: Author="John Doe". |
Return 0 if fails and 1 otherwise.
data(kB) data(mt) Kb2XML("kB.xml", kB, mt)