R/pl_status.R

Defines functions pl_status

Documented in pl_status

#' Get Pleiades status data, number of places, number of locations,
#' number of names
#'
#' @export
#' @param ... Curl options, see `curl::curl_options()`
#' @examples \dontrun{
#' pl_status()
#' }
pl_status <- function(...) {
  tt <- pl_GET(file.path(pl_base(), 'status'), ...)
  jsonlite::fromJSON(tt)
}
ropensci/pleiades documentation built on May 18, 2022, 5:40 p.m.