H5Fget_plist {rhdf5}R Documentation

Get property lists associated with an HDF5 file

Description

Get property lists associated with an HDF5 file

Usage

H5Fget_create_plist(h5file)

H5Fget_access_plist(h5file)

Arguments

h5file

An object of class H5IdComponent representing a H5 file identifier. Typically produced by H5Fopen() or H5Fcreate().


[Package rhdf5 version 2.37.4 Index]