Skip to content
Prev 30480 / 398513 Next

Can I improve the efficiency of my scan() command?

On Sat, 12 Apr 2003, Ko-Kang Kevin Wang wrote:

            
<snip>
It should be quicker not to convert to a data frame.  You can just keep
the data as a list of vectors and lapply() the summary() function.

	-thomas