x3p_modify_xml | R Documentation |
Identify xml fields in the meta file of an x3p object by name and modify content if uniquely described.
x3p_modify_xml(x3p, element, value)
x3p |
x3p object |
element |
character or integer. In case of character, name of xml field in the meta file. Note that element can contain regular expressions, e.g. |
value |
character. Value to be given to the xml field in the meta file. |
x3p object with changed meta information
logo <- x3p_read(system.file("csafe-logo.x3p", package="x3ptools"))
x3p_show_xml(logo, "creator")
x3p_modify_xml(logo, "creator", "I did that")
x3p_show_xml(logo, 20)
x3p_modify_xml(logo, 20, "I did that, too")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.