Skip to content

R quick start

Dirk Eddelbuettel edited this page May 13, 2023 · 10 revisions

Installation

TileDB-SOMA is available on R-universe and can be installed directly from R as indicated below. Full installation instructions can be found here.

install.packages('tiledbsoma', 
                 repos = c('https://tiledb-inc.r-universe.dev', 'https://cloud.r-project.org'))

Usage examples

Coming Soon

Clone this wiki locally