Nothing
col_defunct_mssg = "COL API is no longer reliable; all COL fxns removed"
#' COL defunct functions
#'
#' COL introduced rate limiting recently in 2019 - which has made the API
#' essentially unusable - COL+ is coming soon and we'll incorporate it here
#' when it's stable
#'
#' @name col-defunct
#' @export
#' @keywords internal
#' @param ... ignored
as.colid <- function(...) .Defunct(msg = col_defunct_mssg)
#' @export
#' @rdname col-defunct
col_children <- function(...) .Defunct(msg = col_defunct_mssg)
#' @export
#' @rdname col-defunct
col_classification <- function(...) .Defunct(msg = col_defunct_mssg)
#' @export
#' @rdname col-defunct
col_downstream <- function(...) .Defunct(msg = col_defunct_mssg)
#' @export
#' @rdname col-defunct
col_search <- function(...) .Defunct(msg = col_defunct_mssg)
#' @export
#' @rdname col-defunct
get_colid <- function(...) .Defunct(msg = col_defunct_mssg)
#' @export
#' @rdname col-defunct
get_colid_ <- function(...) .Defunct(msg = col_defunct_mssg)
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.