typewrite_error: Typewrite an Error Message

Description Usage Arguments

View source: R/typewrite_functions.R

Description

Typewrite an Error Message

Usage

1
2
3
4
5
6
7
8
9
typewrite_error(
  ...,
  tabs = 0,
  line_number = 0,
  timepunched = TRUE,
  file = "",
  append = TRUE,
  log = FALSE
)

Arguments

...

Strings to concatenate into a single message

tabs

Number of tabs to indent the message before it is printed to the console, Default: 0

line_number

Number of lines to skip before and after the message is printed to the console, Default: 0

timepunched

Should the message be prefixed with a bracketed timestamp?, Default: TRUE

file

Argument passed to the cat function if the message should also be saved to a file, Default: ”

append

Argument passed to the cat function if the message should be appended to the file argument, Default: TRUE


meerapatelmd/secretary documentation built on Oct. 8, 2021, 8:49 a.m.