R/utils-documentation.R

Defines functions string_side_effects

# Anywhere you want to insert this string in the roxygen documentation,
# you can just write something like:
#
# @return `r string_side_effects()`
#
string_side_effects <- function() {
  "Invisible `NULL`, called for side effects."
}

Try the boxr package in your browser

Any scripts or data that you put into this service are public.

boxr documentation built on Jan. 19, 2021, 5:06 p.m.