View source: R/bacdive_strain_access.R
getBacDiveAccess | R Documentation |
Opens a portal to the world of BacDive
getBacDiveAccess(
credentials = Sys.getenv(c("DSMZ_API_USER", "DSMZ_API_PASSWORD"))
)
credentials |
Your login credentials for bacdive.org. Defaults to DSMZ_API_USER and DSMZ_API_PASSWORD in your Renviron file. Supplied as a character vector c("username", "password"). |
A 'dsmz_keycloak' object that allows access to the BacDive API. See also open_bacdive
.
## Not run:
bacdive <- getBacDiveAccess()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.