I tried to enter these commands but it does not work... can someone help please?
OPts <- read.csv(OILBRENT)
Error in read.table(file = file, header = header, sep = sep, quote = quote, : 'file' must be a character string or connection
OPts <- ts(OILBRENT, start = c(jun-87), end = c(Jan-20), frequency =12)
Error in ts(OILBRENT, start = c(jun - 87), end = c(Jan - 20), frequency = 12) : object 'jun' not found
OPts <- ts(OILBRENT, start = c(jun-87, 1), end = c(Dec-19, 12), frequency =12)
Error in ts(OILBRENT, start = c(jun - 87, 1), end = c(Dec - 19, 12), frequency = 12) : object 'jun' not found