Entering edit mode
Zhao, Po
▴
90
@zhao-po-195
Last seen 10.4 years ago
Hi,
I wonder whether there is a wild-card character in R. For example, I
use
ReadAffy("file1.txt", "file2.txt")
to read a subset of files in a directory. Can I use a wild-card
character in
this command like
ReadAffy("file*.txt") ?
Thanks a lot.
Po