Skip to content
Prev 139508 / 398506 Next

Splitting a set of vectors in a list (Solved )

From: Bert Gunter
That is true even for assignment:

R> "<-"(junk, 1:3)
R> junk
[1] 1 2 3

and "{":

R> "{"(1, 2, 3)
[1] 3


I believe this is in the (draft) R Language Definition, part of the
official manuals that shipped with R.

Andy
------------------------------------------------------------------------------
Notice:  This e-mail message, together with any attachme...{{dropped:15}}