(Optional character string) a scidb array or scidbdf object or array name.
Value
A data frame with a list of chunk counts and instance mapping for each
chunk of the specified array and all its versions,
or a summary of overall chunk map statistics
for all arrays if array is not specified.
Details
Specify the optional array argument to get a more specific chunk map
list for a particular array and all its versios. If specified, array
must refer to a stored (named) SciDB array.
## Not run: # library("scidb")# scidbconnect()# # # Chunk map statistics for all arrays:# chunk_map()# # # Chunk map statistics for a specific array:# ## End(Not run)