Description Usage Arguments Value See Also
View source: R/updateColumns.R
updateList
compares the names of oldlist
and
newlist
, deletes the matching elements from a copy of
oldlist
, then returns the result of concatenating that list
with newlist
.
updateColumns
updates columns of first series from same-named
columns of second series using mergeSeries()
. If second series
has columns with names not found in colnames of first series, those
columns are cbind()
'ed onto first series.
1 2 | updateColumns(oldmat, newmat)
updateList(oldlist, newlist)
|
oldmat |
a multivariate |
newmat |
a multivariate |
oldlist |
a list |
newlist |
a list |
updateList
returns the updated list.
updateColumns
returns a multivariate tis
series
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.