meta.add | R Documentation |
Add a meta attribute. Appends to existing meta attribute, if it exists, overwriting any meta elements with the same name.
meta.add(x, new.meta)
x |
an object. May have an existing meta attribute. |
new.meta |
a named vector to add to the meta attribute of x. if an element of new.meta already exists in the x's meta, then the existing meta element will be replaced. if new.meta is NULL, nothing is done. |
x with "meta" attribute
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.