R/tag-source.r

#' @@source: the source of a dataset
#'
#' @tagUsage @@source A description of the source of the dataset, which might
#'  include a \\url\{\} pointing to a source on the web.
setClass("SourceTag", contains = "Tag")
setMethod("writeRd", "SourceTag", function(object) {
  RdCommand("source", object@text)
})
hadley/roxygen3 documentation built on May 17, 2019, 12:16 p.m.