armadillo.login_basic {MolgenisArmadillo}R Documentation

Login with username / password (meant for dev and test environments)

Description

Login with username / password (meant for dev and test environments)

Usage

armadillo.login_basic(armadillo, username, password)

Arguments

armadillo

URL of the Armadillo server

username

the username

password

the password

Examples

## Not run: 
armadillo.login(
  "https://armadillo.dev.molgenis.org", "admin", "admin"
)
armadillo.login("http://localhost:8080", "admin", "admin")

## End(Not run)


[Package MolgenisArmadillo version 2.3.0 Index]