Skip to content
Prev 303459 / 398513 Next

Import Data from Excel

On Aug 15, 2012, at 4:07 PM, David Winsemius wrote:

            
Or perhaps:

inpmat <- matrix( scan(file="clipboard", what=double() , ncol=10)

Using the first version actually gives you character values, since  
"numeric" is of of type character. Different convention than most  
other reading functions.