Skip to contents

Insert some hyphens padded to a specified console character width.

Usage

code_heading(width = 80)

Arguments

width

The width of console the hyphens should pad to

Value

A character string consisting of a ' ' and hyphens that fill to the specified width.

Examples

if (FALSE) { # rstudioapi::isAvailable()
code_heading()
}