Learn R Programming

laminr (version 1.0.1)

lamin_connect: Connect to a LaminDB instance

Description

Connect to a LaminDB instance by calling lamin connect on the command line

Usage

lamin_connect(instance)

Arguments

instance

Either a slug giving the instance to connect to (<owner>/<name>) or an instance URL (https://lamin.ai/owner/name)

Details

Running this will set the LaminDB auto-connect option to True so you auto-connect to instance when importing Python lamindb.

Examples

Run this code
if (FALSE) {
lamin_connect("laminlabs/cellxgene")
}

Run the code above in your browser using DataLab