Learn R Programming

riskmetric (version 0.2.5)

roxygen_cache_behaviors: Document both declare_cache_behavior parameters and options list

Description

Document both declare_cache_behavior parameters and options list

Usage

roxygen_cache_behaviors(
  fmt = "%s: %s",
  name_fmt = "%s",
  annotation_fmt = "%s",
  wrap_fmt = "%s",
  collapse = "\n"
)

Value

a string

Arguments

fmt

format of cache behavior entries

name_fmt

special formating for name (first) component

annotation_fmt

special formating for annotation (second) component

wrap_fmt

a wrapper for the entirety of the roxygen entries

collapse

passed to paste