how to close a hdf5 file
问题 I am using the rhdf5 library to create HDF5 files. h5createFile(myHDF5FileName) h5createDataset(myHDF5FileName,"myData",storage.mode="double",level=9,dims=length(myData), chunk=10000) h5write(myData,myHDF5FileName,"myData") Works fine, except that when I tried to delete the physical file Windows 7 tells me that the file is still open in RStudio , i.e. the file handle seems to be open in my RStudio environment. I checked the rhdf5 documents - http://www.bioconductor.org/packages/release/bioc