linedivider {analyzer}R Documentation

Draws a horizontal line on console

Description

Draws a horizontal line on console

Usage

linedivider(consolewidth = getOption("width"), st = "x")

Arguments

consolewidth

a integer

st

a character or symbol of length to be used for creating the line

Value

Prints a horizontal line of width 'consolewidth'

Examples

linedivider(20)

[Package analyzer version 1.0.1 Index]