Access the item IDs from an Internet Archive items
Examples
ats_query <- c("publisher" = "american tract society")
ids <- ia_search(ats_query, num_results = 3)
#> 1491 total items found. This query requested 3 results.
items <- ia_get_items(ids)
#> Getting ldpd_10998157_000
#> Getting ldpd_6972210_000
#> Getting historyofworko00edwa
ia_item_id(items)
#> [1] "ldpd_10998157_000" "ldpd_6972210_000" "historyofworko00edwa"
