Skip to content

as.data.frame method #44

@PeteHaitch

Description

@PeteHaitch

NOTE: This is out-of-scope but I need somewhere to put this reminder

There are times when it's necessary to as.data.frame(HDF5Matrix). This goes via as.array(HDF5Matrix), necessitating 2 conversions (HDF5Matrix -> array -> data.frame) and associated memory allocations. A more efficient implementation would fill the data.frame directly form the HDF5 file.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions