R/fetchGapminder.R

Defines functions fetchGapminder fetchGapminder1

Documented in fetchGapminder fetchGapminder1

#' @rdname defunct-fetch
#' @export

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

#' @rdname defunct-fetch
#' @export
fetchGapminder <- function(...) {
  .Defunct(msg="Use fetchGapminder() 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.