R/ps_identify.r

Defines functions ps_identify

Documented in ps_identify

#' Learn about the Pensoft OAI-PMH service.
#' 
#' @import OAIHarvester
#' @param url Base URL for the service.
#' @return List of information describing the Pensoft OAI-PMH services.
#' @export
#' @examples \dontrun{
#' ps_identify()
#' }
ps_identify <- function(url = "http://oai.pensoft.eu", transform = TRUE) 
{
    oaih_identify(url, transform = transform)
}
ropensci/rpensoft documentation built on May 18, 2022, 7:31 p.m.