TestH5 | R Documentation |
Test HDF5 datasets and groups to see what kind of data they are
## S4 method for signature 'H5D'
IsDataFrame(x)
## S4 method for signature 'H5Group'
IsDataFrame(x)
## S4 method for signature 'H5D'
IsFactor(x)
## S4 method for signature 'H5Group'
IsFactor(x)
## S4 method for signature 'H5Group'
IsList(x)
## S4 method for signature 'H5D'
IsLogical(x)
## S4 method for signature 'H5D'
IsMatrix(x)
## S4 method for signature 'H5Group'
IsMatrix(x)
x |
An HDF5 dataset or group |
TestObject
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.