Learn R Programming

RXMCDA (version 1.5.5)

putMessage: Put a message

Description

Puts an message in a tag of an XML tree written according to the XMCDA standard.

Usage

putMessage(tree, message, name = NULL)

Arguments

tree
Object containing the XMCDA XML tree.
message
A string containing the text of the log message.
name
A string containing the specific name attribute which should be put.

Value

The function returns a list structured as follows:
status
Either OK if the tag could be correctly put, or the description of the error.