Re: [R] finding files whose name does NOT contain a given character

2010-02-02 Thread Erik Iverson
mau...@alice.it wrote: Unluckily I dela with miRNA files whose name may contain the character "*". Because of the special meaning of "*" I have to remove it. I found out how to make list.files() extract only those file names which contain a "*" Namely: # list.files(pattern="\\*") Now I have

Re: [R] finding files whose name does NOT contain a given character

2010-02-02 Thread Peter Dalgaard
mau...@alice.it wrote: > Unluckily I dela with miRNA files whose name may contain the character "*". > Because of the special meaning of "*" I have to remove it. > I found out how to make list.files() extract only those file names which > contain a "*" > Namely: > # list.files(pattern="\\*") > >

[R] finding files whose name does NOT contain a given character

2010-02-02 Thread mauede
Unluckily I dela with miRNA files whose name may contain the character "*". Because of the special meaning of "*" I have to remove it. I found out how to make list.files() extract only those file names which contain a "*" Namely: # list.files(pattern="\\*") Now I have to process all files whose