R/platforms.R

Defines functions lio_platforms

Documented in lio_platforms

#' Platforms
#' 
#' @export
#' @template args
#' @examples \dontrun{
#' lio_platforms()
#' }
lio_platforms <- function(key = NULL, ...) {
  assert(key, "character")

  args <- vc(list(api_key = check_key_lio(key)))
  json_prx(lio_GET("api/platforms", args = args, ...))
}

Try the rbraries package in your browser

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

rbraries documentation built on March 18, 2020, 5:09 p.m.