print.x3p | R Documentation |
print.x3p
expands the generic print method for x3p objects. It gives a summary of the most relevant x3p meta information and returns the object invisibly.
## S3 method for class 'x3p'
print(x, ...)
x |
x3p object |
... |
ignored |
logo <- x3p_read(system.file("csafe-logo.x3p", package="x3ptools"))
print(logo)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.