Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muschellij2/zarrr

R package to read Zarr files, wrapping python Zarr module
https://github.com/muschellij2/zarrr

Last synced: about 1 month ago
JSON representation

R package to read Zarr files, wrapping python Zarr module

Awesome Lists containing this project

README

        

---
output: github_document
---

```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```

# zarrr

The goal of zarrr is to read and write `zarr` files by wrapping the `zarr` Python module.

## Installation

You can install the development version of zarrr from [GitHub](https://github.com/) with:

``` r
# install.packages("devtools")
devtools::install_github("muschellij2/zarrr")
```

## Example

This is a basic example which shows you how to solve a common problem:

```{r example}
library(zarrr)
## basic example code
```