cliapp (version 0.1.0)

cli_end: Close a CLI container

Description

Close a CLI container

Usage

cli_end(id = NULL)

Arguments

id

Id of the container to close. If missing, the current container is closed, if any.

Examples

Run this code
# NOT RUN {
## If id is omitted
cli_par()
cli_text("First paragraph")
cli_end()
cli_par()
cli_text("Second paragraph")
cli_end()
# }

Run the code above in your browser using DataCamp Workspace