export_formattable | R Documentation |
Export a Formattable as PNG, PDF, or JPEG
export_formattable( f, file, width = "100%", height = "100%", background = "white", delay = 10 )
f |
A formattable. |
file |
Export path with extension .png, .pdf, or .jpeg. |
width |
Width specification of the html widget being exported. |
height |
Height specification of the html widget being exported. |
background |
Background color specification. |
delay |
Time to wait before taking webshot, in seconds. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.