Skip to content
Back to formatted view

Raw Message

Message-ID: <alpine.LFD.2.00.0812051145360.7840@gannet.stats.ox.ac.uk>
Date: 2008-12-05T11:47:14Z
From: Brian Ripley
Subject: constructing a relative path
In-Reply-To: <EFC505C420E24C57A5BC05B26FFD81AE@TCPC000>

On Fri, 5 Dec 2008, Mark Heckmann wrote:

> Dear R-users,
>
> I want to construct a relative path in R, but I am not able to do it or to
> find a function that does it.
> My solution is somewhat awkward as it uses string manipulation.
>
> The problem: I have the following folder structure.
>
> project_folder
>       |
>       |----- data
>       |----- scripts
>       |----- output
>
> My working directory is the scripts folder.
> Now I want to construct a relative path to the data folder.
>
> Is there an easy way or a function?

file.path("..", "data")

should work on any R platform (actually "../data" will on any current R 
platform).

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595