Learn R Programming

scidb (version 1.2-0)

chunk_map: chunk_map

Description

Display a map of SciDB array partition counts

Usage

chunk_map(array)

Arguments

array
(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.

See Also

scidb

Examples

Run this code
## Not run: 
# library("scidb")
# scidbconnect()
# 
# # Chunk map statistics for all arrays:
# chunk_map()
# 
# # Chunk map statistics for a specific array:
# ## End(Not run)

Run the code above in your browser using DataLab