We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0c40af commit fbdb39fCopy full SHA for fbdb39f
R/utils.R
@@ -111,9 +111,9 @@ format_chr_deparse <- function(x) {
111
#' @examples
112
#' cli::cli_inform('{format_chr_with_quotes("x")}')
113
#' cli::cli_inform('{format_chr_with_quotes(c("x","y"))}')
114
-#' nms <- c("x","\"Total Cases\"")
115
-#' cli::cli_inform('{format_chr_with_quotes(nms)}')
116
-#' cli::cli_inform('{format_chr_with_quotes(character())}')
+#' nms <- c("x", "\"Total Cases\"")
+#' cli::cli_inform("{format_chr_with_quotes(nms)}")
+#' cli::cli_inform("{format_chr_with_quotes(character())}")
117
#'
118
#' @keywords internal
119
format_chr_with_quotes <- function(x, empty = "*none*") {
0 commit comments