H5Pclose: Close and release a property list

View source: R/H5P.R

H5PcloseR Documentation

Close and release a property list

Description

H5Pclose() terminates access to a property list. All property lists should be closed when they no longer need to be accessed. This frees resources used by the property list. Failing to call H5Pclose() can lead to memory leakage over time.

Usage

H5Pclose(h5plist)

Arguments

h5plist

H5IdComponent object representing the property list to close.


grimbough/rhdf5 documentation built on April 16, 2024, 8:22 p.m.