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)
}

Try the pleiades package in your browser

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

pleiades documentation built on Oct. 23, 2020, 8:07 p.m.