roxygen_cache_behaviors {riskmetric}R Documentation

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"
)

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

Value

a string


[Package riskmetric version 0.2.5 Index]