format_inline {assertions} | R Documentation |
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"))
Arguments
x |
A character vector |
inline_tag |
A character vector of inline tag names (e.g. "strong", "emph", "code", "arg") |
Value
A character vector with inline tags applied to each element
[Package assertions version 0.1.0 Index]