Skip to contents

Returns a pre-defined character vector.

Usage

getLogLine(line = c("1", "2", "3"), len = 10)

getShortLogLine(line = c("1", "2", "3"), len = 42L)

getLongLogLine(line = c("1", "2", "3"), len = 76L)

Arguments

line

character vector, the type of line to return:

"1"

character string with form '----------'

"2"

character string with form '#--------#'

"3"

character string with form '##########'

len

integer, length of the output line

Value

A character vector.

Functions

  • getShortLogLine(): A character string with pre-defined length

  • getLongLogLine(): A character string with pre-defined length

Author

Alessandro Barberis