This repository contains the R client for the TileDB Cloud Service.
Installation
At present, installation from GitHub is supported via
> if (!requireNamespace("remotes", quietly=TRUE)) install.packages("remotes")
> remotes::install_github("TileDB-Inc/TileDB-Cloud-R")
The TileDB-R package is a dependency and has to be installed first.
Quickstart
See the Quickstart section of the docs.