Entering edit mode
Hi, when writing a large dataset into an HDF5 file, one gets the following warning message :
"You created a large dataset with compression and chunking. The chunk size is equal to the dataset dimensions. If you want to read subsets of the dataset, you should testsmaller chunk sizes to improve read times."
Is it possible to have it not displayed ? Best regards,

Thanks a lot for the quick and effective reply. I had tried "suppressWarnings" but not "suppressMessages".