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