sectionbreak: Insert a break line

Description Usage Arguments Author(s) Examples

View source: R/sectionbreak.R

Description

Inserts a short horizontal line at the place of function in the R-script. Can be helpful to structure output files created with sink().

Usage

1

Arguments

no arguments

Author(s)

Joost van de Weijer

Examples

1
2
3
4
5
6
sink("results.txt") # Run these lines as one block
x=rnorm(100)
mean(x)
sectionbreak()
sd(x)
sink()

vdweijer/supply documentation built on June 28, 2021, 7:45 a.m.