R/WikisourceR.R

#' @title API client library for Wikisource
#' @description This package serves as an API client for \href{Wikisource}{https://www.wikisource.org}.
#' See the accompanying vignette for more details.
#'
#' @name WikisourceR
#' @docType package
#'@seealso \code{\link{get_random}} for selecting a random item or property,
#'\code{\link{get_item}} for a /specific/ item or property, or \code{\link{find_item}}
#'for using search functionality to pull out item or property IDs where the descriptions
#'or aliases match a particular search term.
#' @importFrom WikipediR page_content random_page query
#' @importFrom httr user_agent
#' @importFrom jsonlite fromJSON
#' @aliases WikisourceR WikisourceR-package
NULL
forkonlp/WikisourceR documentation built on May 16, 2019, 1:50 p.m.