| str.zarr | R Documentation |
Compact display of a Zarr object
## S3 method for class 'zarr'
str(object, ...)
object |
A |
... |
Ignored. |
fn <- system.file("extdata", "africa.zarr", package = "zarr")
africa <- open_zarr(fn)
str(africa)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.