Skip to content

Instantly share code, notes, and snippets.

@PietrH
Created November 21, 2024 13:55
Show Gist options
  • Save PietrH/0992820d398b08fd7f8eea8abdec6cc6 to your computer and use it in GitHub Desktop.
Save PietrH/0992820d398b08fd7f8eea8abdec6cc6 to your computer and use it in GitHub Desktop.
Combine cli and glue syntax via rlang envs
cli::cli_abort("Friend{?s}: {zwoog}",
.envir = rlang::new_environment(
data = list(zwoog = c("Luc","Tendi")
)
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment