post_name_value: Creates a [cli::cli_fmt()] output for the pattern "name(x), length = "
Description
Creates a [cli::cli_fmt()] output for the pattern "name(x), length = "
Usage
post_name_value(x, extra = "")
Value
A cli::cli_fmt output list.
Arguments
- x
A named vector with a single value for each element.
- extra
A character vector that should be printed between each name and value.
Author
Gilberto Padilla Mercado