x3p_paste_comment | R Documentation |
Append information to the current comment of the x3p object. If there is no comment, a comment will be included in Record2 (general info)
x3p_paste_comment(x3p, comment, sep = ", ")
x3p |
x3p object |
comment |
character value with the appendage |
sep |
character value to use for separating between existing and new comments |
x3p object with expanded comment
logo <- x3p_read(system.file("csafe-logo.x3p", package="x3ptools"))
logo %>% x3p_paste_comment("*** added to the current comment ***")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.