Skip to content

How to get the last modified time of a file from R

2 messages · alan wu, Henrique Dallazuanna

#
Hi All,

I want to add the last modified time of the dataset I used in the
analysis. Any idea about how to get it from R in windows XP system?

Thanks


Alan
#
Try this:

file.info("your_file")$mtime
On Fri, Aug 26, 2011 at 4:48 PM, alan wu <alan.wu2007 at gmail.com> wrote: