Re: [R] list.dir() function

2011-11-12 Thread Scott
firstly - it looks like you define orgDir but then your code later refers to indexDir? that being said, I don't think that is relevant. You could always try upgrading to the latest version and see if the problem goes away (if you're not already). I can't replicate the issue here but we can't gues

[R] list.dir() function

2011-11-11 Thread Mary Kindall
Hi I have an organism directory that contains two folders galGal3 and hg19 and many other files. orgDir = '/home/mary/org' When I try to use list.dir() function, it gives me the same answer, no matter what is the value of full.names argument. > list.dirs(path = indexDir, full.names = FALSE)[1]