du.login | R Documentation |
Login into the DataSHIELD backend
du.login(login_data)
login_data |
login data frame containing the server url |
## Not run:
login_data <- data.frame(
server = "https://armadillo.dev.molgenis.org",
username = "admin",
password = "admin",
insecure = FALSE,
options = NULL
)
du.login(login_data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.