| .Binary2df | R Documentation | 
Unpack SciDB binary-encoded data into a data frame
.Binary2df(data, cols, buffer_size = NULL, use_int64 = TRUE)
data | 
 the binary-encoded data  | 
cols | 
 a data.frame containing 'names', 'type', and 'nullable' for each attribute or dimension in the binary-encoded data  | 
buffer_size | 
 the size of the buffer to use for parsing  | 
use_int64 | 
 if true, use the 'integer64' package for large numbers; if false, estimate large numbers with a float (loses precision)  | 
a data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.