View source: R/identifier_exists.R
identifier_exists | R Documentation |
This function quickly checks to see if an identifier exists.
It does a quick head request to skip the overhead of item metadta retrieval.
This will also return FALSE
if the identifier exists but is associated
with an item that is unavailable due to permission restrictions.
identifier_exists(sb_id, ...)
sb_id |
An |
... |
Additional parameters are passed on to |
Logical, TRUE
or FALSE
# identifier exists
identifier_exists(sb_id = "57976a0ce4b021cadec97890")
# identifier does not exist
identifier_exists(sb_id = "aaaaaaakkkkkkkbbbbbb")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.