typewrite: Typewrite

Description Usage Arguments See Also

View source: R/typewrite.R

Description

Typewrite

Usage

1
2
3
4
5
6
7
8
9
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

strip_style


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