Similar to How to write string literals in python without having to escape them?, I wish to have a character string storing a path to a directory copied from the windows explorer. E.g.
dir <- 'C:\Users'
I don't want to have to escape the backwards slash.