Learn R Programming

assertions (version 0.1.0)

format_inline: Preprocess character vectors for cli package functions

Description

Preprocess character vectors for cli package functions

Usage

format_inline(x, inline_tag = c("strong", "emph", "code", "arg"))

Value

A character vector with inline tags applied to each element

Arguments

x

A character vector

inline_tag

A character vector of inline tag names (e.g. "strong", "emph", "code", "arg")