Dear all,
I am new in R. I want to read data which is vector from many files and
import to many object.
For example I have 10(ten) files.
file1.txt
file2.txt
:
:
file10.txt.
I want to import each file into one object as follows.
data1
data2
:
:
data10
I want to import file1.txt into data1, file2.txt into data2, and so on.
How to do it quickly?
Thanks in advance.
Sigit B. Wibowo
______________________________________________
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.