Skip to content
Prev 169902 / 398506 Next

Odp: Problem with retrieving updated variables after attach()

David Croll wrote:
data.frame(id, age) # from the copy
data.frame(mat$id, mat$age) # from the originals

why do you need to overwrite the copy?

vQ