| mvl_object_stats | R Documentation | 
Provide detailed information on stored MVL object without retrieving it
mvl_object_stats(MVLHANDLE, offset = NULL, scan = FALSE)
MVLHANDLE | 
 either a handle provided by mvl_open() or an MVL object such as produced by indexing operators  | 
offset | 
 offset to the object which properties are to be retrieved  | 
scan | 
 scan vector element to obtain additional statistics  | 
This function is given either an MVL handle and an offset in MVL file to examine, or just a single parameter of class MVL_OBJECT that contains both handle and offset
This function returns a list of object parameters describing total number of elements, element type (as used by libMVL) and a pointer to the underlying data. The pointer is passed via a cast to double to preserve its 64-bit value and can be used with custom C code, for example by using package inline.
list with object properties
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.