read_h5 | R Documentation |
Wrapper function for H5Fopen from rhdf5. Reads in a .h5
file.
read_h5(path)
path |
A character, path to .h5 |
h5f
path <- "path/to/.h5"
h5f <- read_h5(path)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.