create_dummy_package | R Documentation |
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.
## Not run:
# 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)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.