View source: R/tidy_search_items.R
tidy_search_items | R Documentation |
Transforms API response to a tidy 'data.table' for easier manipulation
tidy_search_items(resp)
resp |
an S3 object of type 'europeana_search_api' |
'data.table' with stacked results collected from the search api. Each row corresponds to a Cultural Heritage Object.
#set your API key with set_key(api_key = "XXXX") resp <- query_search_api("arioch") tidy_search_items(resp)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.