| initialize,DataPackage-method | R Documentation |
Initialize a DataPackage object
## S4 method for signature 'DataPackage'
initialize(.Object, packageId)
.Object |
The object being initialized |
packageId |
The package id to assign to the package |
DataPackage-class
# Create a DataPackage with undefined package id (to be set manually later)
pkg <- new("DataPackage")
# Alternatively, manually assign the package id when the DataPackage object is created
pkg <- new("DataPackage", "urn:uuid:4f953288-f593-49a1-adc2-5881f815e946")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.