# NOT RUN {
if (interactive()) {
# Create an SVG with an SVG image
# (the R logo) contained within it
svg <-
SVG(width = 300, height = 300) %>%
svg_image(
x = 20, y = 20,
width = 100,
height = 100,
image = "https://www.r-project.org/logo/Rlogo.svg"
)
}
# }
Run the code above in your browser using DataLab