external_img
From officer v0.3.5
by David Gohel
external image
This function is used to insert images
Usage
external_img(src, width = 0.5, height = 0.2)# S3 method for external_img
dim(x)
# S3 method for external_img
as.data.frame(x, ...)
# S3 method for external_img
format(x, type = "console", ...)
Arguments
- src
image file path
- width
height in inches
- height
height in inches
- x
external_img
object- ...
unused
- type
output format
Examples
# NOT RUN {
# external_img("example.png")
# }
Community examples
Looks like there are no examples yet.