I am trying to read some file names from an specific directory and such names 
contains metacharacters.
The file names is like V4.35_T01-400720.csv
In total I have 14 files for which the value T01 goes up to T14. I need to read 
the files into a string vector that looks  like
>names"V4.35_T01-400720.csv"  "V4.35_T02-400720.csv" ... "V4.35_T14-400720.csv"
So far, I have not been able to read the ".", "_" and "-" characters.
Regards
                                          
        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to