Learn R Programming

hdf5r (version 1.3.11)

clean_ls_df: Cleaning result of internal R_H5ls function

Description

Cleaning result of internal _H5ls function

Usage

clean_ls_df(df)

Value

A data frame with content that was not successfully gathered set to NA and *_success columns removed

Arguments

df

The result of the C-function R_H5ls

Author

Holger Hoefling

Details

For every *_success item that is FALSE, the corresponding row of the data.frame will be set to NA.