Learn R Programming

BigDataStatMeth (version 2.0.3)

rcpp_hdf5dataset_write_all: Write entire dataset (R6 wrapper)

Description

Replaces entire HDF5 dataset contents with new data.

Usage

rcpp_hdf5dataset_write_all(ptr_sexp, value)

Value

NULL (invisible)

Arguments

ptr_sexp

External pointer (SEXP) to hdf5Dataset

value

Data to write (numeric matrix)