powered by
Get the Count of Objects in the Package
getSize(x, ...)# S4 method for DataPackage getSize(x)
# S4 method for DataPackage getSize(x)
The number of object in the Package
A DataPackage instance
(not yet used)
DataPackage-class
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