identifier_exists {sbtools} | R Documentation |
Check if identifier exists
Description
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.
Usage
identifier_exists(sb_id, ...)
Arguments
sb_id |
An |
... |
Additional parameters are passed on to |
Value
Logical, TRUE
or FALSE
Examples
# identifier exists
identifier_exists(sb_id = "57976a0ce4b021cadec97890")
# identifier does not exist
identifier_exists(sb_id = "aaaaaaakkkkkkkbbbbbb")
[Package sbtools version 1.3.2 Index]