R/generic.R

print.dataesgobr <- function(obj) {
  cat("Title:", obj$title, "\n")
  cat("Description:", obj$description, "\n")
  cat("URL:", obj$url, "\n")
  cat("Available formats:", names(obj$formats), "\n")
}

Try the dataesgobr package in your browser

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

dataesgobr documentation built on June 18, 2019, 5:04 p.m.