Displaying 2 results from an estimated 2 matches for "r73093".
Did you mean:
373093
2017 Aug 16
0
strange behaviour read.table and clipboard
...ot;)))
>
> Thank you, Petr,
> Martin
>
>
> >>>>> PIKAL Petr <petr.pikal at precheza.cz>
> >>>>> on Wed, 16 Aug 2017 08:37:22 +0000 writes:
>
> > Hi recent version, and the problem is also in most recent
> > version (r73093 - tested on different PC)
>
> >> version
> > _ platform i386-w64-mingw32 arch i386 os
> > mingw32 system i386, mingw32 status Under development
> > (unstable) major 3 minor 5.0 year 2017 month 07 day 31 svn
> > rev 73003 languag...
2017 Aug 16
5
strange behaviour read.table and clipboard
Hi Duncan
The simples spreadsheet is:
Put a name in the cell, let say "a1"
Put number e.g. 1 below "a1"
Copy the number to enough rows
Select this column and press ctrl-c
result is
> temp<- read.delim("clipboard")
> str(temp)
'data.frame': 1513 obs. of 1 variable:
$ a1: Factor w/ 2 levels "1","a1": 1 1 1 1 1 1 1 1 1 1 ...