Skip to content
Prev 309520 / 398506 Next

extracting information from txt file

Hello,

Use readLines instead.

?readLines  # see argument 'n'
readLines("http://www.epa.gov/emap/html/data/surfwatr/data/mastreams/9396/wchem/chmval.txt", 
n = 5)[5]


Hope this helps,

Rui Barradas
Em 31-10-2012 16:46, chuck.01 escreveu: