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

Description Usage Arguments Value Examples

Description

Access the list of files associated with an Internet Archive item

Usage

1
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

1
2
3
4
5
6
7
8
## 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)

internetarchive documentation built on May 2, 2019, 3:01 a.m.