tags-rd {roxygen2}R Documentation

Tags for documenting functions

Description

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

Key tags:

Other less frequently used tags:

Usage

#' @description
#' @details
#' @example {path}
#' @examples
#' @examplesIf {condition}
#' @noRd
#' @param {name} {description}
#' @rawRd {rd}
#' @return {description}
#' @returns {description}
#' @title {title}
#' @usage {function_call(arg1, arg2 = default, ...)}

See Also

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


[Package roxygen2 version 7.2.1 Index]