Skip to content
Prev 309523 / 398506 Next

extracting information from txt file

This worked fine for me:
'data.frame':   711 obs. of  75 variables:
 $ ALDI    : chr  "." "." "." "." ...
 $ ALDS    : chr  "." "S" "S" "S" ...
 $ ALDSF   : chr  " " " " " " " " ...
 $ ALKCALC : chr  "106.05" "210.7" "73.51" "432.63" ...
 $ ALOR    : chr  "." "S" "S" "S" ...
 $ ALORF   : chr  " " " " " " " " ...
 $ ALTD    : chr  "54" "36" "47" "12" ...
 $ ALTDF   : chr  " " " " " " " " ...
 $ ANC     : chr  "115" "207.2" "82.2" "435.2" ...
On Wed, Oct 31, 2012 at 12:46 PM, chuck.01 <CharlieTheBrown77 at gmail.com> wrote: