Re: [R] Select csv files by choosing datetime

2013-07-23 Thread Akkara, Antony (GE Power & Water, Non-GE)
age- From: Jim Holtman [mailto:jholt...@gmail.com] Sent: Monday, July 22, 2013 4:23 PM To: Akkara, Antony (GE Power & Water, Non-GE) Cc: r-help@r-project.org Subject: Re: [R] Select csv files by choosing datetime you can use 'file.info' to get the date the file was created and then

Re: [R] Select csv files by choosing datetime

2013-07-23 Thread Akkara, Antony (GE Power & Water, Non-GE)
) Cc: r-help@r-project.org Subject: Re: [R] Select csv files by choosing datetime you can use 'file.info' to get the date the file was created and then choose the file you want. Sent from my iPad On Jul 22, 2013, at 4:36, R_Antony wrote: > Hi, > > how can we read particular

Re: [R] Select csv files by choosing datetime

2013-07-22 Thread Jim Holtman
you can use 'file.info' to get the date the file was created and then choose the file you want. Sent from my iPad On Jul 22, 2013, at 4:36, R_Antony wrote: > Hi, > > how can we read particular files from a path ? - i mean, i need to read csv > files which is created between two date and time.

[R] Select csv files by choosing datetime

2013-07-22 Thread R_Antony
Hi, how can we read particular files from a path ? - i mean, i need to read csv files which is created between two date and time. Here i need to get filename along with path. Thanks, Antony. -- View this message in context: http://r.789695.n4.nabble.com/Select-csv-files-by-choosing-datetime-t