Set the file name for an object.
set_file_name(mn, pid, name)
mn | (MNode) The Member Node. |
---|---|
pid | (character) The PID of the object to set the file name on. |
name | (character) The file name. |
(logical) Whether the update succeeded.
if (FALSE) { cn <- CNode("STAGING2") mn <- getMNode(cn, "urn:node:mnTestKNB") pid <- "urn:uuid:23c7cae4-0fc8-4241-96bb-aa8ed94d71fe" set_file_name(mn, pid, "myfile.csv") }