mime_image | R Documentation |
Returns the MIME type of an image based on the filename
extension.
If a MIME type for a file extension cannot not found, then the extension itself will be returned.
mime_image(filename)
mime_img(filename)
filename |
character: file name |
A character.
mime_image("support.png")
mime_image("support.jpg")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.