On Wed, Sep 3, 2014 at 3:29 PM, peter dalgaard <[email protected]> wrote:
>On 03 Sep 2014, at 13:56 , Duncan Murdoch <[email protected]> wrote:
> [...]
> This works, presumably because text connections are not non-blocking:
>
>> readLines(textConnection(system("pbpaste",intern=TRUE)))
> [1] "line 1" "line 2" "line 3"

But this works too...:
> system("pbpaste",intern=TRUE)
[1] "line 1" "line 2" "line 3"


-- 
Adrian Dusa
University of Bucharest
Romanian Social Data Archive
Soseaua Panduri nr.90
050663 Bucharest sector 5
Romania

_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to