Learn R Programming

internetarchive (version 0.1.2)

ia_files: Access the list of files associated with an Internet Archive item

Description

Access the list of files associated with an Internet Archive item

Usage

ia_files(items)

Arguments

items
A list describing an Internet Archive items returned from the API.

Value

  • A list containing the files as a list of character vectors.

Examples

Run this code
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

Run the code above in your browser using DataLab