R/fetchData.R

Defines functions fetchData

Documented in fetchData

#' Defunct functions now in the fetch package
#' 
#' These functions have been moved to the fetch package.
#'
#' @param ... arguments 
#' @rdname defunct-fetch
#' 
#' @export

fetchData <- function(...) {
  .Defunct(msg="Use fetchData() from the `fetch' package instead.")
}

Try the mosaic package in your browser

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

mosaic documentation built on May 29, 2024, 5:27 a.m.