powered by
Get the Count of Objects in the Package
getSize(x, ...)# S4 method for DataPackage getSize(x)
# S4 method for DataPackage getSize(x)
A DataPackage instance
(not yet used)
The number of object in the Package
DataPackage-class
# NOT RUN { dp <- new("DataPackage") data <- charToRaw("1,2,3\n4,5,6") do <- new("DataObject", dataobj=data, format="text/csv", user="jsmith") dp <- addMember(dp, do) getSize(dp) # }
Run the code above in your browser using DataLab