I am beginner in R software. I know the basics at least, but having problem with the datatype. So my data is weather variation data for a period of 2000-2005. When i am writing class(testdata) it is showing the class as dataframe instead of time-series. So my question is why a dataframe with dates and months of years is not a time-series data?
P.S. the data shows measurements of each day from 2000-2005.
Data looks somewhat like this:
date respadmissions NO2
1.1.2001 2 5
1.2.2001 4 6
1.3.2001 5 7
1.4.2001 6 8