armadillo.login_basic | R Documentation |
Login with username / password (meant for dev and test environments)
armadillo.login_basic(armadillo, username, password)
armadillo |
URL of the Armadillo server |
username |
the username |
password |
the password |
## Not run:
armadillo.login(
"https://armadillo.dev.molgenis.org", "admin", "admin"
)
armadillo.login("http://localhost:8080", "admin", "admin")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.