h5Prep | R Documentation |
Methods to transform a complex R object (for example, S4 object) into
combination of base R objects, such as vector
, array
,
data.frame
or list
, so that it can be written into HDF5 file.
h5Prep(x, ...)
## Default S3 method:
h5Prep(x, ...)
x |
The R object to be transformed |
... |
Arguments to be passed to other methods |
In this package, h5Prep
will return x
itself by default.
Extended methods can be easily added for specific S4 class.
An R object of converted x
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.