Let's say I want to print the shrugface emoji in R.
How do I get a string to ignore the escaping backslash, to contain "¯\_(ツ)_/¯"
, like so:
example <- "This is a test ¯\_(ツ)_/¯"
So that I can render it as
utf8::utf8_print(example)
[1] "This is a test ♀️"