updatelist {reshape} | R Documentation |
Update list
Description
Update a list, but don't create new entries
Usage
updatelist(x, y)
Arguments
x |
list to be updated |
y |
list with updated values |
Details
Don't know what this is used for!
Author(s)
Hadley Wickham <h.wickham@gmail.com>
[Package reshape version 0.8.9 Index]