This function creates a new, empty HDF5 file at the specified location.
Examples
# Create an empty HDF5 file
hdf5_file <- tempfile()
create_hdf5_file(hdf5_file)
This function creates a new, empty HDF5 file at the specified location.
# Create an empty HDF5 file
hdf5_file <- tempfile()
create_hdf5_file(hdf5_file)