We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is the cli counterpart of prettycode's r-lib/prettycode#20
x <- paste0('"', strrep("-", 1000), '"') cli::code_highlight(x) #> [1] "[1000 chars quoted with '\"']"
Created on 2024-09-30 with reprex v2.1.0
Would you like a PR?
The text was updated successfully, but these errors were encountered:
cli::code_highlight()
I went ahead and submitted a PR, happy to revise!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This is the cli counterpart of prettycode's r-lib/prettycode#20
Created on 2024-09-30 with reprex v2.1.0
Would you like a PR?
The text was updated successfully, but these errors were encountered: