Learn R Programming

sfsmisc (version 0.9-4)

u.assign0: `Portable' assign / get functions (R / S-plus) for `frame 0'

Description

Rdoesn't 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. Its author, MM, no longer recommends them.

Usage

u.assign0(x, value, immediate = FALSE)
u.get0(x)

Arguments

x
character string giving the name of the object.
value
any Robject which is to be assigned.
immediate
logical, for S compatibility. No use in R.

See Also

get, assign.