Skip to content

how to get file name/file path

2 messages · sagarnikam123, R. Michael Weylandt

#
Use this line instead:

table <- read.table(fileIchoose <- file.choose(), skip = 1)

This will have the side effect of creating fileIchoose as a variable
containing a file path.

Michael
On Tue, Feb 28, 2012 at 8:34 AM, sagarnikam123 <sagarnikam123 at gmail.com> wrote: