I have 50 synoptic stations precipitation data from 1986 to 2015.
I need to sort the related information for the period of years from 2007 to 2015 for each station separately. I mean there are three variables:
- the station's name
- the specific year
- the amount of precipitation
I need the result for each station separately. Does anyone know how to use "split" for this purpose? May you please write codes from the beginning "read.table"?