[R] multiple separators in scan() functions

Prof Brian Ripley ripley at stats.ox.ac.uk
Thu Jul 31 08:03:45 CEST 2008


On Thu, 31 Jul 2008, milton ruser wrote:

> Dear all,
>
> Is there a way of I deal with more than one kind of separators
> when reading a asc file using scan() function?
> The separators could be ":", "\t" and ";".

Yes, pre-process the file (e.g. use a pipe connection and 'tr', or read 
the file with readLines, edit it with gsub and then scan() from a 
textConnection).

>
> Kind regards
>
>
> miltinho
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at 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.
>

-- 
Brian D. Ripley,                  ripley at stats.ox.ac.uk
Professor of Applied Statistics,  http://www.stats.ox.ac.uk/~ripley/
University of Oxford,             Tel:  +44 1865 272861 (self)
1 South Parks Road,                     +44 1865 272866 (PA)
Oxford OX1 3TG, UK                Fax:  +44 1865 272595



More information about the R-help mailing list