R/002_meta.R

#' Verbose list of resources
#'
#' The \code{meta} method returns a data.frame with meta information 
#' entities available at the location. By default,
#' zero rows are returned.
#'
#' Inherited classes should override this method
#' if necessary.
#'
#' @param self    an Location object
#' @param ...     additional parameters
#'
#' @export
#' @rdname meta-methods
#' @docType methods
setGeneric(
  name="meta",
  def=function(self, ...){standardGeneric("meta")}
)

Try the datamart package in your browser

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

datamart documentation built on May 2, 2019, 9:40 a.m.