connect {laminr} | R Documentation |
Connect to instance
Description
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 |
Examples
## Not run:
# first run 'lamin login' to authenticate
instance <- connect("laminlabs/cellxgene")
instance
## End(Not run)
[Package laminr version 0.3.0 Index]