0
data <- readRDS("path") ## reading the file from the location
names(data$)

while fetching any information getting below error:

Error in tolower(completions) : invalid multibyte string 228

snieguu
  • 2,073
  • 2
  • 20
  • 39
  • Does this answer your question? [Error in tolower() invalid multibyte string](https://stackoverflow.com/questions/13187605/error-in-tolower-invalid-multibyte-string) – Selim Yildiz Jan 30 '20 at 06:30
  • No. This issue which i am getting while reading rds file. Not csv file. – lakshmi sowmya Jan 30 '20 at 06:37
  • issue might be with encoding in your file, see https://stackoverflow.com/questions/22876746/how-to-read-data-in-utf-8-format-in-r – jyr Jan 30 '20 at 11:34

0 Answers0