u.assign0 {sfsmisc} | R Documentation |
'Portable' assign / get functions (R / S-plus) for 'Frame 0'
Description
R does not have S' concept of frame = 0
, aka ‘session
frame’. These two function were an attempt to provide a portable
way for working with frame 0, particularly when porting code
from S.
They have been deprecated since August 2013.
Usage
u.assign0(x, value, immediate = FALSE)
u.get0(x)
Arguments
x |
character string giving the name of the object. |
value |
any R object which is to be assigned. |
immediate |
logical, for S compatibility. No use in R. |
Note
Really don't use these anymore...
Author(s)
Martin Maechler
See Also
[Package sfsmisc version 1.1-18 Index]