R/003_dependencies.R

#' Dependencies of a Xdata object
#'
#' The \code{dependencies} method returns a list of character or
#' list elements that define the resources the object depends on.
#'
#' By default, NULL is returned.
#'
#' Inherited classes should override this method
#' if necessary.
#'
#' @param self    an Xdata object
#'
#' @export
#' @rdname dependencies-methods
#' @docType methods
setGeneric(
  name="dependencies",
  def=function(self){standardGeneric("dependencies")}
)

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.