R/SBDI4R.R

#' \pkg{SBDI4R}
#'
#' This project enables the R community to access data and tools hosted by the 
#' Swedish Biodiversity Data Infrastructure (SBDI). The goal of the project is 
#' to enable basic species and related information to be queried and output in 
#' standard formats for R. 
#' SBDI4R is based around the extensive web services provided 
#' by the BioAtlas Sweden; see the API link below.
#' 
#' @name SDBI4R
#' @docType package
#' @references \url{https://api.bioatlas.se/}
#' @import assertthat digest httr jsonlite plyr RCurl sp
#' @importFrom stringr regex str_c str_detect str_extract str_locate str_match str_match_all
#' @importFrom stringr str_replace str_replace_all str_split str_trim
#' @importFrom wellknown lint
#' @importFrom grDevices dev.off pdf rainbow
#' @importFrom graphics image legend points title
#' @importFrom stats aggregate na.omit
#' @importFrom utils data packageVersion read.csv read.table str unzip URLencode
NULL
bioatlas/r-functionality documentation built on Nov. 1, 2020, 3:42 a.m.