{laminr}: An R client for LaminDB

CRAN status Lifecycle: experimental R-CMD-check

{laminr} is an R client for LaminDB. If you are new to LaminDB, please read this introduction.

See the development roadmap for more details (vignette("development", package = "laminr")).

Installation

Get started with {laminr} by installing the package from CRAN:

install.packages("laminr")

You will also need to install the lamindb Python package:

pip install lamindb[aws]

Additional packages

Some functionality requires additional packages. To install all of these use:

install.packages("laminr", dependencies = TRUE)

This will also install these package for the following tasks:

If you choose not to install all packages now you will be prompted to do so whenever one is required.

Getting started

The best way to get started with {laminr} is to explore the package vignettes (available at laminr.lamin.ai):

For information on specific modules and functionalities, check out the following vignettes: