Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

handler_newline

Progression Handler: Progress Reported as a New Line (Text) in the Terminal


Description

Progression Handler: Progress Reported as a New Line (Text) in the Terminal

Usage

handler_newline(
  symbol = "\n",
  file = stderr(),
  intrusiveness = getOption("progressr.intrusiveness.debug", 0),
  target = "terminal",
  ...
)

Arguments

symbol

(character string) The character symbol to be outputted, which by default is the ASCII NL character ('\n' = '\013') character.

file

(connection) A base::connection to where output should be sent.

intrusiveness

(numeric) A non-negative scalar on how intrusive (disruptive) the reporter to the user.

target

(character vector) Specifies where progression updates are rendered.

...

Additional arguments passed to make_progression_handler().


progressr

An Inclusive, Unifying API for Progress Updates

v0.10.0
GPL (>= 3)
Authors
Henrik Bengtsson [aut, cre, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.