meta.add.list.varname | R Documentation |
Appends a "varname" meta element to the meta of each element in a list.
meta.add.list.varname(xlist, varnames = names(xlist))
xlist |
list of objects |
varnames |
parallel vector of varnames. Defaults to names(xlist). If NULL, does nothing |
xlist with the corresponding varname append to the meta attribute of each xlist element.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.