external_img {officer} | R Documentation |
This function is used to insert images
external_img(src, width = 0.5, height = 0.2) ## S3 method for class 'external_img' dim(x) ## S3 method for class 'external_img' as.data.frame(x, ...) ## S3 method for class 'external_img' format(x, type = "console", ...)
src |
image file path |
width |
height in inches |
height |
height in inches |
x |
|
... |
unused |
type |
output format |
# external_img("example.png")