Nothing
#' Defunct functions in rvertnet
#'
#' \itemize{
#' \item \code{\link{vertavailablemaps}}: Function is now defunct, i.e., not available anymore.
#' \item \code{\link{vertlocations}}: Function is now defunct, i.e., not available anymore.
#' \item \code{\link{vertoccurrence}}: Function is now defunct, i.e., not available anymore.
#' \item \code{\link{vertoccurrencecount}}: Function is now defunct, i.e., not available anymore.
#' \item \code{\link{vertproviders}}: Function is now defunct, i.e., not available anymore.
#' \item \code{\link{verttaxa}}: Function is now defunct, i.e., not available anymore.
#' }
#'
#' @name rvertnet-defunct
NULL
#' This function is defunct.
#' @export
#' @rdname vertavailablemaps-defunct
#' @keywords internal
vertavailablemaps <- function(...){
.Defunct(package = "rvertnet", msg = "the vertavailablemaps() function is defunct")
}
#' This function is defunct.
#' @export
#' @rdname vertlocations-defunct
#' @keywords internal
vertlocations <- function(...){
.Defunct(package = "rvertnet", msg = "the vertlocations() function is defunct")
}
#' This function is defunct.
#' @export
#' @rdname vertoccurrence-defunct
#' @keywords internal
vertoccurrence <- function(...){
.Defunct(package = "rvertnet", msg = "the vertoccurrence() function is defunct")
}
#' This function is defunct.
#' @export
#' @rdname vertoccurrencecount-defunct
#' @keywords internal
vertoccurrencecount <- function(...){
.Defunct(package = "rvertnet", msg = "the vertoccurrencecount() function is defunct")
}
#' This function is defunct.
#' @export
#' @rdname vertproviders-defunct
#' @keywords internal
vertproviders <- function(...){
.Defunct(package = "rvertnet", msg = "the vertproviders() function is defunct")
}
#' This function is defunct.
#' @export
#' @rdname verttaxa-defunct
#' @keywords internal
verttaxa <- function(...){
.Defunct(package = "rvertnet", msg = "the verttaxa() function is defunct")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.