tempdisagg package doubts

I want to convert my annual data to quarterly with tempdisagg package and using denton cholette method
i am following the code given but everytime its showing an error
i have a data for 20 years. First i converted the series into time series

m11<- ts(India_reserves, start = 2000, end = 2019)
it was done

then i gave a command for disaggregation of data
ind4 <- td(ind1 ~ 1, to = ''quarterly'', method = ''denton-cholette'')

but the error is there
Error: unexpected symbol in "ind4 <- td(ind1 ~ 1, to = ''quarterly"

pls help me out. I am a novice in R. I was using Eviews for my thesis but this conversion is not happening through student version of Eviews. So i was trying with R.

Please guide me on this and do not ignore this message

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.