Error in loadNamespace(x) : there is no package called ‘readr’

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:

  1. Change ‘\’ slashes by ‘\\’
  2. Change ‘\’ slashes by ‘/’

For more interesting tutorials & guides just check them HERE.

Leave a Reply

Your email address will not be published. Required fields are marked *