ia_files | R Documentation |
Access the list of files associated with an Internet Archive item
ia_files(items)
items |
A list describing an Internet Archive items returned from the API. |
A list containing the files as a list of character vectors.
## Not run:
ats_query <- c("publisher" = "american tract society")
ids <- ia_search(ats_query, num_results = 3)
items <- ia_get_items(ids)
files <- ia_files(items)
files
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.