print_sec: Prints a section title to console

Description Usage Arguments Value See Also Examples

View source: R/general.R

Description

When printing contents to a file, use this to mark sections of code

Usage

1
print_sec(x, docwidth = 75, console = TRUE)

Arguments

x

Section title

docwidth

Character width (line width)

Value

NULL, prints to console or sink

See Also

Other helpers: clear_ws, unload_pkg

Examples

1
2
3
print_sec()

print_sec("Results")

iamamutt/mejr documentation built on May 18, 2019, 1:27 a.m.