Re: [R] Extract particular months from List in R

2014-08-03 Thread Zilefac Elvis
Great! Thanks very much Uwe. AT. On Sunday, August 3, 2014 2:12 PM, Uwe Ligges wrote: On 03.08.2014 21:23, Zilefac Elvis wrote: > Hi Uwe, > Thanks for replying. > Here is a reproducible example. > I would like to extract data for the Months of c(6,7,8). > Output files should have the same num

Re: [R] Extract particular months from List in R

2014-08-03 Thread Uwe Ligges
On 03.08.2014 21:23, Zilefac Elvis wrote: Hi Uwe, Thanks for replying. Here is a reproducible example. I would like to extract data for the Months of c(6,7,8). Output files should have the same number of columns as input files. Thanks. [SNIP] If your data is in an object "dat", then: lapp

Re: [R] Extract particular months from List in R

2014-08-03 Thread Zilefac Elvis
Hi Uwe, Thanks for replying. Here is a reproducible example.  I would like to extract data for the Months of c(6,7,8).  Output files should have the same number of columns as input files. Thanks. --- list(structure(list(Y

Re: [R] Extract particular months from List in R

2014-08-03 Thread Uwe Ligges
On 03.08.2014 07:17, Zilefac Elvis wrote: Hi ALL, I have a List object in R. The dataframes in the List have equal rows and columns. How can I extract from the List, data corresponding to say c(June, July , August)? Remember, it is a List object, containing 100 dataframes, with daily data ar

[R] Extract particular months from List in R

2014-08-02 Thread Zilefac Elvis
Hi ALL, I have a List object in R. The dataframes in the List have equal rows and columns. How can I extract from the List, data corresponding to say c(June, July , August)? Remember, it is a List object, containing 100 dataframes, with daily data arranged by YYMMDD. Thanks for your thoughtful s