Re: [R] scan function

2010-11-23 Thread Phil Spector
Martin - Type help(scan) or ?scan to see scan's help file, which includes: quiet: logical: if ‘FALSE’ (default), scan() will print a line, saying how many items have been read. So adding quiet=TRUE to your call to scan will suppress the message.

Re: [R] scan function

2010-11-23 Thread Henrique Dallazuanna
Try this: scan(..., quiet = TRUE) On Tue, Nov 23, 2010 at 9:01 PM, Martin Knapp wrote: > Hi, > I'm using R2.8.1 in windows vista and the scan function to load in my > data. That works all fine except that I get a message after the scan > function finishes. It tells me how many items the function

[R] scan function

2010-11-23 Thread Martin Knapp
Hi, I'm using R2.8.1 in windows vista and the scan function to load in my data. That works all fine except that I get a message after the scan function finishes. It tells me how many items the function has read. For example "Read 202035 items". That would not be a problem but this is printed in the