Skip to content

(no subject)

2 messages · MEHER DIVYA BARATAM, Sarah Goslee

#
dear sir/madam,


                    while i am trying to convert the data into timeseries
using xts command.i am getting this error. please help me to resolve this
issue

 xts(mydata$MCP, as.Date(rdate, format='%d-%m-%Y')
+ xts(mydata$MCP, as.Date(rdate, format='%d-%m-%Y')
Error: unexpected symbol in:
"xts(mydata$MCP, as.Date(rdate, format='%d-%m-%Y')
xts"


thanks and regards
divya
#
You don't have enough closing parentheses.

Using a text editor written for programmers helps a lot because it will
highlight that kind of error.

Sarah
On Friday, April 1, 2016, MEHER DIVYA BARATAM <meherdivya4 at gmail.com> wrote: