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?