Progression Handler: Progress Reported as a New Line (Text) in the Terminal
Source:R/handler_newline.R
handler_newline.Rd
Progression Handler: Progress Reported as a New Line (Text) in the 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()
.