Create a test data object. Make sure the member node you use is not a production node.

create_dummy_object(mn)

Arguments

mn

(MNode) The Member Node.

Value

(character) The PID of the dummy object.

Examples

if (FALSE) { # Set environment cn <- CNode("STAGING2") mn <- getMNode(cn,"urn:node:mnTestKNB") pid <- create_dummy_object(mn) }