tags-rd-other {roxygen2}R Documentation

Tags for documenting datasets and classes

Description

Learn the full details 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.3.2 Index]