lamin_connect {laminr} | R Documentation |
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
( |
Details
Running this will set the LaminDB auto-connect option to True
so you
auto-connect to instance
when importing Python lamindb
.
Examples
## Not run:
lamin_connect("laminlabs/cellxgene")
## End(Not run)
[Package laminr version 1.1.1 Index]