Skip to contents

How to get access to TileDB-Cloud-R.

Build and test

R CMD build .                           # creates e.g. tiledbcloud_0.0.7.tar.gz
R CMD check tiledbcloud_0.0.7.tar.gz    # checks the package

From GitHub

> if (!requireNamespace("remotes", quietly=TRUE)) install.packages("remotes")
> remotes::install_github("TileDB-Inc/TileDB-Cloud-R")

Command-line access

library(tiledbcloud)

Notebooks

Up-to-date TileDB-Cloud-R can be loaded in TileDB Cloud Notebooks using library(tiledbcloud).