Access the list of files associated with an Internet Archive item
Examples
if (FALSE) { # \dontrun{
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
} # }