create_hdf5_file: Create an HDF5 File

View source: R/hdf5_api.R

create_hdf5_fileR Documentation

Create an HDF5 File

Description

This function creates a new, empty HDF5 file at the specified location.

Usage

create_hdf5_file(hdf5_file)

Arguments

hdf5_file

A character string specifying the path and name of the HDF5 file to be created.

Value

No return value; the function creates the HDF5 file at the specified location.

Examples

# Create an empty HDF5 file
hdf5_file <- tempfile()
create_hdf5_file(hdf5_file)



smer documentation built on April 12, 2025, 9:14 a.m.