analyzer (version 1.0.1)

linedivider: 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

Run this code
# NOT RUN {
linedivider(20)
# }

Run the code above in your browser using DataLab