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.
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
2 matches
Mail list logo