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 Nov. 10, 2023, 1:11 a.m.