open_bacdive | R Documentation |
This package uses ‘bacdive_access’ objects for managing the access to the BacDive API. These objects are variants of ‘dsmz_keycloak’ objects.
open_bacdive(username, password)
username |
Character vector of length 1. |
password |
Character vector of length 1. |
The actual usage of ‘bacdive_access’ objects is
demonstrated by querying the BacDive
API. See the examples given for the according
functions, such as fetch
.
The usage of the BacDive API requires registration, although registration is free and easy to accomplish. See the BacDive API web page.
The usage of the BacDive data is only permitted when in compliance with the BacDive terms and conditions, see the BacDive web page.
If login is successful, open_bacdive
returns a new
‘dsmz_keycloak’ object, if otherwise an error
results. Login is, of course, only successful if a user
of the given name is already registered with the given
password.
https://bacdive.dsmz.de/mailinglist/subscribe
refresh
Other query.functions: fetch
,
request
,
retrieve.bacdive_access
,
upgrade.bacdive_access
## Examples are deliberately not given here.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.