Displaying 1 result from an estimated 1 matches for "site_name_a".
2010 Jan 24
1
auto reading in multiple txt files with filename as 1st column "ID"
...mn with "site_name" repeated for each observation/row (data
files vary in the # of observations) which corresponds to the name of the
txt file
2) remove the last line which says "end data"
3) merge the files vertically into one huge data frame ?
if I have the text files "site_name_A.txt" and "site_name_B.txt", I want
the end product to be a data.frame and look like this:
site_name_A 2009/02/07 12:30:10.0 ? ? ?5.0161 ? ? ?13.208
site_name_A 2009/02/07 12:45:10.0 ? ? ?5.0102 ? ? ?13.350
site_name_A 2009/02/07 13:00:10.0 ? ? ?5.0044 ? ? ?13.473
....
....
......