Estou tentando inserir um arquivo xls e xlsx e apresenta a seguinte mensagem:
> library(readxl)
> aulas <- read_excel("C:/Users/diego/OneDrive/�\201rea de Trabalho/aulas.xlsx")
Error: mixing Unicode and octal/hex escapes in a string is not allowed
> View(aulas)