cli_end {cliapp} | R Documentation |
Close a CLI container
cli_end(id = NULL)
id |
Id of the container to close. If missing, the current container is closed, if any. |
## If id is omitted cli_par() cli_text("First paragraph") cli_end() cli_par() cli_text("Second paragraph") cli_end()