Progression Handler: Progress Reported as a New Line (Text) in the Terminal
handler_newline(
symbol = "\n",
file = stderr(),
intrusiveness = getOption("progressr.intrusiveness.debug", 0),
target = "terminal",
...
)
(character string) The character symbol to be outputted,
which by default is the ASCII NL character ('\n'
= '\013'
) character.
(connection) A base::connection to where output should be sent.
(numeric) A non-negative scalar on how intrusive (disruptive) the reporter to the user.
(character vector) Specifies where progression updates are rendered.
Additional arguments passed to make_progression_handler()
.