You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, words can be colored by enclosing them within a <span> tag and setting the style attribute, e.g.
title<-"<span style=color:'#1F77B4'>A blue title</span>"
This is a lot of boiler-plate HTML. It would be awesome to have a little R function that makes this easier, similar to the HTML helper functions in shiny.
The text was updated successfully, but these errors were encountered:
Currently, words can be colored by enclosing them within a
<span>
tag and setting thestyle
attribute, e.g.This is a lot of boiler-plate HTML. It would be awesome to have a little
R
function that makes this easier, similar to the HTML helper functions inshiny
.The text was updated successfully, but these errors were encountered: