| setwdOS {Orcs} | R Documentation | 
Set Working Directory Dependent on Current OS
Description
Similar to setwd(), this function sets the working directory to a
user-defined path. Rather than supplying a single 'dir' argument, however,
both an OS-sensitive path to the desired hard disk partition and, optionally,
an extension of this file path are required.
Usage
setwdOS(lin = "/media/permanent/", win = "C:/", ext = NULL)
Arguments
| lin,win | Absolute file paths to the Linux and Windows partition as
 | 
| ext | Optional file path extension as  | 
Author(s)
Florian Detsch
See Also
Examples
## Not run: 
# desired partition
setwdOS()
# including file path extension
setwdOS(ext = "kilimanjaro/nubiscope")
## End(Not run)
[Package Orcs version 1.2.3 Index]