R Hex Digits in Character String Error

Опубликовано: 12 Июль 2019
на канале: Jarad Python
5,702
48

In this video, I'll show you how to solve the R error:
Error: '\U' used without hex digits in character string starting ""C:\U"

This happens because R is trying to escape characters after the backslash. To fix this, you need to either double backslash all single backslashes or convert your backslashes into forward slashes.