connect {laminr} | R Documentation |
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>
.
connect(slug = NULL)
slug |
The instance slug |
## Not run:
# first run 'lamin login' to authenticate
instance <- connect("laminlabs/cellxgene")
instance
## End(Not run)