R/internetarchive-package.R

#' Client for the Internet Archive API
#'
#' This client permits you to search (\link{ia_search}), retrieve item metadata
#' (\link{ia_metadata}) and associated files (\link{ia_files}), and download
#' files (\link{ia_files}) in a pipeable interface.
#'
#' @import httr
#' @importFrom dplyr bind_rows data_frame %>% mutate rowwise do as_data_frame
#' @importFrom tools file_ext
#' @name internetarchive
NULL

# Hide variables from R CMD check
if (getRversion() >= "2.15.1") {
  utils::globalVariables(c(".", "id"))
}

Try the internetarchive package in your browser

Any scripts or data that you put into this service are public.

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