H5Lcopy: Copy a link from one location to another

View source: R/H5L.R

H5LcopyR Documentation

Copy a link from one location to another

Description

Copy a link from one location to another

Usage

H5Lcopy(h5loc, name, h5loc_dest, name_dest, lcpl = NULL, lapl = NULL)

Arguments

h5loc

An object of class H5IdComponent representing a H5 location identifier (file or group) where the new link is placed.

name

The name of the link to be copied.

h5loc_dest

An object of class H5IdComponent representing the destination file or group where a copied or moved link should be created.

name_dest

The name of the link to be created when copying or moving.

lcpl, lapl

Link creation and link access property lists. If left as NULL the HDF5 defaults will be used.


grimbough/rhdf5 documentation built on April 16, 2024, 8:22 p.m.