Displaying 1 result from an estimated 1 matches for "withstar".
Did you mean:
withstand
2010 Feb 02
2
finding files whose name does NOT contain a given character
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 name does NOT contain the character "*".
I cannot