Skip to contents

Set the default LaminDB instance by calling lamin connect on the command line

Usage

lamin_connect(slug)

Arguments

slug

Slug giving the instance to connect to (<owner>/<name>)

Examples

if (FALSE) { # \dontrun{
lamin_connect("laminlabs/cellxgene")
} # }