R/rcol-package.R

#' @title rcol
#' @description Catalogue of Life (CoL) Client
#' @note CoL API docs: https://api.catalogueoflife.org/
#' @importFrom crul HttpClient
#' @importFrom tibble tibble
#' @importFrom jsonlite fromJSON
#' @importFrom data.table setDF rbindlist
#' @name rcol-package
#' @aliases rcol
#' @docType package
#' @keywords package
#' @author Scott Chamberlain
NULL

Try the rcol package in your browser

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

rcol documentation built on July 3, 2021, 1:06 a.m.