clean_ls_df {hdf5r} | R Documentation |
R_H5ls
functionCleaning result of internal _H5ls
function
clean_ls_df(df)
df |
The result of the C-function |
For every *_success
item that is FALSE
, the corresponding row of the data.frame will be set to NA.
A data frame with content that was not successfully gathered set to NA
and *_success
columns removed
Holger Hoefling