I would like to change the colour of some output printed in R without importing external libraries. How can I do this?
I already know
print('this is black')
and
message('this is red')
But how can I do other colours? Green or blue, for example
Note
My question is similar to this except I am limited to using base R (no packages)