cli_end: Close a CLI container

View source: R/client.R

cli_endR Documentation

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

## If id is omitted
cli_par()
cli_text("First paragraph")
cli_end()
cli_par()
cli_text("Second paragraph")
cli_end()

cliapp documentation built on May 29, 2024, 5:01 a.m.