R/vertdump.R

Defines functions dump_links dump_tbl dump_init

Documented in dump_init dump_links dump_tbl

#' These functions are defunct
#'
#' @name dump-defunct
#' @keywords internal
#' @details The Vertnet dumps are too complicated to setup. Please get in 
#' touch with Vertnet or maintainers of this package if you want help using
#' bulk data.

#' @export
#' @rdname dump-defunct
dump_init <- function(...) {
  .Defunct(msg = "this funciton now longer available, see docs")
}

#' @export
#' @rdname dump-defunct
dump_tbl <- function(...) {
  .Defunct(msg = "this funciton now longer available, see docs")
}

#' @export
#' @rdname dump-defunct
dump_links <- function(...) {
  .Defunct(msg = "this funciton now longer available, see docs")
}

Try the rvertnet package in your browser

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

rvertnet documentation built on May 14, 2021, 1:07 a.m.