View source: R/scraping-parsing.R
call_lobid_api | R Documentation |
lobid offers three types of APIs: resources
, organisations
and gnd
. See their respective docs at:
https://lobid.org/resources
https://lobid.org/organisations
https://lobid.org/gnd
call_lobid_api( query, parameter = NULL, verbose = TRUE, as_list = FALSE, lobid_api_type = "resources" )
query |
string |
parameter |
string, e.g. isbn |
verbose |
if TRUE, then url printed to console |
as_list |
default: |
lobid_api_type |
lobid offers 3 types of APIs: |
list
## Not run: call_lobid_api(3894090685, query = ., parameter = "isbn") ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.