Description Usage Arguments Value Functions
Retrieve records from a search query result
1 2 3 | wos_retrieve(result, first = 1, count = 100)
wos_retrieve_all(result)
|
result |
a search query result generated by a previous call to |
first |
index of the firest record to retrieve |
count |
number of records to retrieve |
A tibble (data frame) with the records results. For fields with multiple value, such as authors or keywords, values are returne as a concatenated string.
wos_retrieve_all
: Retrieve all records from a search query result
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.