CompoundToGroup | R Documentation |
Convert an HDF5 compound dataset to a group
CompoundToGroup(
src,
dest,
dst.name = basename(path = src$get_obj_name()),
order = c("colnames", "column-order"),
index = NULL,
overwrite = FALSE
)
src |
An HDF5 dataset ( |
dest |
An HDF5 file ( |
dst.name |
Name of group in |
order |
Name of HDF5 attribute to store column order as |
index |
Integer values of which values to pull; defaults to all values |
overwrite |
Overwrite existing group |
Invisibly returns NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.