clean_ls_df {hdf5r} | R Documentation |
Cleaning result of internal R_H5ls
function
Description
Cleaning result of internal _H5ls
function
Usage
clean_ls_df(df)
Arguments
df |
The result of the C-function |
Details
For every *_success
item that is FALSE
, the corresponding row of the data.frame will be set to NA.
Value
A data frame with content that was not successfully gathered set to NA
and *_success
columns removed
Author(s)
Holger Hoefling
[Package hdf5r version 1.3.11 Index]