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

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

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