{laminr} is an R client for LaminDB. If you are new to LaminDB, please read this introduction.
Get started with {laminr} by installing the package from CRAN:
install.packages("laminr")
Some functionality requires additional packages. To install all of these use:
install.packages("laminr", dependencies = TRUE)
If you choose not to install all packages now you will be prompted to do so whenever one is required.
Before loading {laminr} for the first time you should:
::install_lamindb() laminr
::lamin_login(api_key = "your_api_key") laminr
::lamin_connect("<owner>/<name>") laminr
See the setup vignette for more information.
The best way to get started with {laminr} is to explore the package vignettes (available at laminr.lamin.ai):