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

View source: R/ia_keyword_search.R

ia_keyword_searchR Documentation

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

ia_keyword_search("isaac hecker", num_results = 20)

ropensci/internetarchive documentation built on Dec. 2, 2024, 6:02 p.m.