Error in x + 0.001 : non-numeric argument to binary operator

library(zoo)
Bitcoin <- read.zoo("D:\Education\MIT-WPU\Crypto\Bitcoin CSV.csv",index.column = 1, FUN = as.Date.yearmon, sep = ",", format = "%m/%d/%y", header = TRUE)
I was exporting the data of bitcoin closing prices in the form of zoo dataframe. But, I am unable to perform that task due to this error. There are 2 columns- i) Data (mm/dd/yyyy), and ii) Returns (in percentage form). Total number of observations are 2695. And the original extension is Bitcoin.csv.

Can you provide a reproducible example?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.