dimnames,H5S_ArraySeed-method {rhdf5client}R Documentation

dimnames not stored with H5S_source as of Jan 2018

Description

(required by DelayedArray seed contract, returns NULL list)

Usage

## S4 method for signature 'H5S_ArraySeed'
dimnames(x)

## S4 method for signature 'HSDSArraySeed'
dimnames(x)

Arguments

x

instance of H5S_ArraySeed

x

An object of type HSDSArraySeed

Value

currently returns list(NULL, NULL) as we do not store dimnames in HDF5

A NULL list of length equal to the array dimensionality


[Package rhdf5client version 1.4.1 Index]