browse_htids: Browse a set of Hathi Trust IDs interactively at the Hathi...

View source: R/browse_tools.R

browse_htidsR Documentation

Browse a set of Hathi Trust IDs interactively at the Hathi Trust digital library site

Description

Browse a set of Hathi Trust IDs interactively at the Hathi Trust digital library site

Usage

browse_htids(htids)

Arguments

htids

A workset generated by workset_builder, a character vector of Hathi Trust IDs, or a data frame with a column named "htid" (and possibly one named "id" as well for the page sequence).

Value

Opens a browser window at https://babel.hathitrust.org/ to the specified Hathi Trust Id (and page, if given). If there is more than one HTID in the workset, it will prompt you to open the next one.

Examples


if(interactive()) {
   workset <- workset_builder(name = "Alexis de Tocqueville", pub_date = 1800:1850)
   browse_htids(workset)
}


xmarquez/hathiTools documentation built on June 2, 2025, 5:12 a.m.