open_lpsn | R Documentation |
This package uses ‘lpsn_access’ objects for managing the access to the LPSN API. These objects are variants of ‘dsmz_keycloak’ objects.
open_lpsn(username, password)
username |
Character vector of length 1. |
password |
Character vector of length 1. |
The actual usage of ‘lpsn_access’ objects is
demonstrated by querying the LPSN
API. See the examples given for the according
functions, such as fetch
.
The usage of the LPSN API requires registration, although registration is free and easy to accomplish. See the LPSN API web page.
The usage of the LPSN data is only permitted when in compliance with the LPSN copyright, although this copyright is liberal, see the LPSN web page.
If login is successful, open_lpsn
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://lpsn.dsmz.de/text/copyright
https://lpsn.dsmz.de/mailinglist/subscribe
refresh
Other query.functions: fetch
,
request
,
retrieve.lpsn_access
,
upgrade.lpsn_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.