#create ts
ts1=TSERIES((1:40), START=c(2000,1), FREQ=4)
ts2=TSERIES((1:40), START=c(2001,1), FREQ=4)
ts3=TSERIES((1:40), START=c(2002,1), FREQ=4)
myList=list(ts1,ts2,ts3)
print(GETRANGE(myList))
print(GETRANGE(myList,type='OUTER'))
Run the code above in your browser using DataLab