data/guaguas.R

delayedAssign("guaguas", local({
  if (requireNamespace("tibble", quietly = TRUE)) {
    tibble::as_tibble(guaguas:::guaguas)
  } else {
    guaguas:::guaguas
  }
}))

delayedAssign("guaguas_frecuentes", local({
  if (requireNamespace("tibble", quietly = TRUE)) {
    tibble::as_tibble(guaguas:::guaguas_frecuentes)
  } else {
    guaguas:::guaguas_frecuentes
  }
}))

Try the guaguas package in your browser

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

guaguas documentation built on March 18, 2022, 5:25 p.m.