Skip to content

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

Key tags:

  • @field ${1:name} ${2:description}: Describe a R6 or refClass field.

  • @R6method ${1:Class}$${2:method}: Document an R6 method that can't be discovered by introspection, such as methods added via $set().

Usage

#' @field ${1:name} ${2:description}
#' @R6method ${1:Class}$${2:method}