Weren't you told to take a look at read.table() (both the function
help and the manual describing it)?
If the rows correspond in each data file, something like
do.call(cbind, lapply(dir(), read.table))
will possibly align the results of read.table()-ing each file in your
directory.
To parse tha
I'm having trouble building a dataset. I'm working with Census data from
Brazil, and the particular set I'm trying to get into right now is a
microdata sample which has 4 data files that are saved at .txt files full of
numbers. The folder also has lot of excel sheets and other text files
describin
2 matches
Mail list logo