H5Pclose {rhdf5} | R Documentation |
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.
H5Pclose(h5plist)
h5plist |
H5IdComponent object representing the property list to close. |