tags-rd-other {roxygen2}R Documentation

Tags for documenting datasets and classes

Description

Learn full the details in in vignette('rd-other').

Key tags:

Usage

#' @field ${1:name} ${2:description}
#' @format ${1:description}
#' @method ${1:generic} ${2:class}
#' @slot ${1:name} ${2:description}
#' @source ${1:description}

See Also

Other documentation tags: tags-index-crossref, tags-rd, tags-reuse


[Package roxygen2 version 7.2.3 Index]