roxygen2
@typedreturn
R/tag_typedreturn.R
typedreturn.Rd
The @typedreturn tag introduces a syntax for defining return types as a roxygen2 tag.
#' @typedreturn <type> #' <description>
There is one important syntactic features:
\n after the type to separate it from the description.
\n