Skip to contents

Note that prior to connecting to an instance, you need to authenticate with lamin login. If no slug is provided, the default instance is loaded, which is set by running lamin connect <slug>.

Usage

connect(slug = NULL)

Arguments

slug

The instance slug account_handle/instance_name or URL. If the instance is owned by you, it suffices to pass the instance name. If no slug is provided, the default instance is loaded.

Examples

if (FALSE) { # \dontrun{
# first run 'lamin login' to authenticate
instance <- connect("laminlabs/cellxgene")
instance
} # }