bdBind_hdf5: Bind matrices by rows or columns

View source: R/RcppExports.R

bdBind_hdf5R Documentation

Bind matrices by rows or columns

Description

Merge existing matrices inside hdf5 data file by rows or by columns

Usage

bdBind_hdf5(
  filename,
  group,
  datasets,
  outgroup,
  outdataset,
  func,
  force = FALSE
)

Arguments

filename,

character array indicating the name of the file to create

group,

character array indicating the input group where the data set to be imputed is.

datasets,

character array indicating the input dataset to be imputed

outgroup,

character array indicating group where the data set will be saved after imputation if 'outgroup' is NULL, output dataset is stored in the same input group.

outdataset,

character array indicating the name for the new merged dataset

func,

character array function to be applyed

bindRows

merge datasets by rows

bindCols

apply datasets by columns

force,

boolean if true, previous results in same location inside hdf5 will be overwritten.

Value

Original hdf5 data file with results after input datasets


BigDataStatMeth documentation built on March 30, 2022, 1:07 a.m.