with type = "rmd"
.
multi_color("Brutus is just as smart as Caesar, people totally like Brutus just as much as they like Caesar, and when did it become okay for one person to be the boss of everybody because that's not what Rome is about! We should totally just STAB CAESAR!",
colors = c(wesanderson::wes_palettes$GrandBudapest2, wesanderson::wes_palettes$GrandBudapest2),
type = "rmd")
[1] “Brutus is just as smart as Caesar, people totally like Brutus just as much as they like Caesar, and when did it become okay for one person to be the boss of everybody because that’s not what Rome is about! We should totally just STAB CAESAR!”
In multi_color
, setting type
equal to "rmd"
uses the fansi
package to produce HTML.
multi_color(type = "rmd")
#> [1] "<span style='color: #FF0000;'>he</span><span style='color: #FFAF00;'>ll</span><span style='color: #FFFF00;'>o </span><span style='color: #00FF00;'>wo</span><span style='color: #0000FF;'>rl</span><span style='color: #AF00FF;'>d!</span>"
To display the colored text, the knitr
option that should be applied to the chunk or document is the results = "asis"
option.
You can do this document-wide with:
The chunk containing this option can be hidden with the echo = FALSE
option. More on knitr
options.
Another global option that should be set is: