Typewrite

typewrite(
  ...,
  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

See also