pathos
1
According to the link above, in R Markdown,
We can then use the code in an inline R expression r colorize("some words in red", "red")
, which will create some words in red
But the function doesn't seem to exist, even when I ??colorize
in R. Is this outdated information?
The colorize
function is created locally, defined in the paragraph above the one you've quoted:
1 Like
system
Closed
3
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.
If you have a query related to it or one of the replies, start a new topic and refer back with a link.