Re: [R] Write-table and dynamic access path

2013-08-02 Thread Jeff Newmiller
Or ?file.path for a more OS- independent approach. --- Jeff NewmillerThe . . Go Live... DCN:Basics: ##.#. ##.#. Live Go... Live:

Re: [R] Write-table and dynamic access path

2013-08-02 Thread Jim Holtman
?paste Sent from my iPad On Aug 2, 2013, at 6:20, Robert U wrote: > Dear R-users, > > I am quite sure this is a beginner question, but i cannot manager to find the > answer on the Internet... > > > I am using write.table function inside some kind of loop. I'd like to write > my tables in

[R] Write-table and dynamic access path

2013-08-02 Thread Robert U
Dear R-users, I am quite sure this is a beginner question, but i cannot manager to find the answer on the Internet... I am using write.table function inside some kind of loop. I'd like to write my tables in different folders without having to change the path inside the function every time, b