Skip to content
Prev 206459 / 398503 Next

Can an object reference itself?

On Fri, Jan 15, 2010 at 5:30 PM, Janko Thyson
<janko.thyson at ku-eichstaett.de> wrote:
An object does not have a unique name.  What would happen in the
following situations?

t3 <- test.mod
tests <- list(
  test,
  test.mod
)

Hadley