Nothing
Code
content_image_url("data:base64,abcd")
Condition
Error in `content_image_url()`:
! `url` is not a valid data url.
Code
content_image_file("DOESNTEXIST")
Condition
Error in `content_image_file()`:
! DOESNTEXIST must be an existing file.
Code
content_image_file(test_path("test-content.R"))
Condition
Error in `content_image_file()`:
! Unsupported image file extension: r.
Code
content_image_file(img_file, resize = TRUE)
Condition
Error in `content_image_file()`:
! `resize` must be a single string, not `TRUE`.
Code
content_image_file(img_file, resize = "blah")
Condition
Error:
! Invalid geometry string: blah
Code
content_image_plot()
Condition
Error in `content_image_plot()`:
! Can't record plot because display list is inhibited.
i Turn it on with `dev.control('enable')`.
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.