Problem: a read file operation in R language returns next message:
Error: '\U' used without hex digits in character string
Solution: you are using a file path with slashes ‘\’. There are two solutions:
- Change ‘\’ slashes by ‘\\’
- Change ‘\’ slashes by ‘/’
For more interesting tutorials & guides just check them HERE.