Create a full test data package with data objects and 1 metadata object. Size = the number of data objects you want in the dummy package + 1 metadata object.
create_dummy_package(mn, size = 2)
mn | (MNode) The Member Node. |
---|---|
size | (numeric) The number of files in the package, including the metadata file. |
(list) The PIDs for all elements in the data package.
if (FALSE) { # Set environment cn <- CNode("STAGING2") mn <- getMNode(cn,"urn:node:mnTestKNB") #Create dummy package with 5 data objects and 1 metadata object pids <- create_dummy_package(mn, 6) }