The mutalist is a mutable list. Modifications to a mutalist occur by a reference semantic. Otherwise, it should act like an ordinary R list and provides a similar API. If anything is found missing, please inform the authors.
mutalist(...) # S3 method for mutalist
length (x)
# S3 method for mutalist
names(x, ...) <- value
# S3 method for mutalist
names (x)
# S3 method for mutalist
[[(x, i, j, ...)
# S3 method for mutalist
[[(x, i, j, ...) <- value
# S3 method for mutalist
$(x, name) <- value
# S3 method for mutalist
[(x, i, j, ..., drop)
# S3 method for mutalist
[(x, i, j, ...) <- value
# S3 method for mutalist
head (x, n = 6L, ...)
# S3 method for mutalist
tail (x, n = 6L, ...)
# S3 method for mutalist
c (x, ..., recursive = FALSE)
# S3 method for mutalist
lapply (X, FUN, ...)
# S3 method for mutalist
as.list (x, ...)
# S3 method for mutalist
as.data.frame (x, ...)
# S3 method for mutalist
unlist (x, recursive = TRUE, use.names
= TRUE)
mutalist2env(x, envir = new.env(hash, parent, size),
parent = parent.frame(), hash = FALSE, size = 29L)
# S3 method for mutalist
rev (x)
# S3 method for mutalist
rep (x, ...)
# S3 method for mutalist
print (x, ...)
elements to include in the list or arguments passed to methods
a mutalist
replacement value
element indices
unused
element name
unused
number of elements in subset
whether to perform recursively
a mutalist
a function to apply over the elements
whether to preserve the names
environment to populate
parent for new environment, if created
whether to hash the new environment
initial size of hash table
a new mutalist