[R-SIG-Mac] create path/folder

Roland Kaiser roland.kaiser at sbg.ac.at
Thu May 17 12:03:04 CEST 2007


Am 16.05.2007 um 20:13 schrieb Paul Roebuck:

> On Wed, 16 May 2007, [ISO-8859-1] Hans-Jörg Bibiko wrote:
>
>> On 16.05.2007, at 18:12, Roland Kaiser wrote:
>>
>>> Is it possible to to create a folder
>>> in the system directory from inside R?
>>>
>>> setwd(tempdir())
>>> folder.name <- letters[1:5]
>>> ...?
>>>
>>> Can somebody give me a hint?
>>
>> Do you mean something like that:
>>
>> setwd(tempdir())
>> a<-"a_name"
>> system(paste("mkdir",a))
>
> ?dir.create
>
> although this is really an R-Help topic...
>
> ----------------------------------------------------------
> SIGSIG -- signature too long (core dumped)
>
> _______________________________________________
> R-SIG-Mac mailing list
> R-SIG-Mac at stat.math.ethz.ch
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Thanks to a all!

Yes Paul this is better posted at R-Help.
I picked my mistake the wrong address.



More information about the R-SIG-Mac mailing list