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