kImg: HTML - Source an Image

Description Usage Arguments See Also

View source: R/html_extras.R

Description

Convenience function for cat-ing out HTML markup for an image as <img src="..." />.

Usage

1
kImg(x, width = 480, height = 480)

Arguments

x

path to an image you want to source

width

width (in pixels) of the image

height

height (in pixels) of the image

See Also

hImg


Kmisc documentation built on May 29, 2017, 1:43 p.m.

Related to kImg in Kmisc...