lamin_login {laminr} | R Documentation |
Login to LaminDB
Description
Login as a LaminDB user
Usage
lamin_login(user = NULL, api_key = NULL)
Arguments
user |
Handle for the user to login as |
api_key |
API key for a user |
Details
Setting user
will run lamin login <user>
. Setting api_key
will set the
LAMIN_API_KEY
environment variable tempoarily with withr::with_envvar()
and run lamin login
. If neither user
or api_key
are set lamin login
will be run if LAMIN_API_KEY
is set.
[Package laminr version 0.3.1 Index]