Learn R Programming

internetarchive (version 0.1.6)

ia_keyword_search: Perform an simple keyword search of the Internet Archive.

Description

Perform an simple keyword search of the Internet Archive.

Usage

ia_keyword_search(keywords, num_results = 5, page = 1, print_total = TRUE)

Arguments

keywords
The keywords to search for.
num_results
The number of results to return per page.
page
When results are paged, which page of results to return.
print_total
Should the total number of results for this query be printed as a message?

Value

A character vector of Internet Archive item IDs.

Examples

Run this code
ia_keyword_search("isaac hecker", num_results = 20)

Run the code above in your browser using DataLab