Learn R Programming

juicedown (version 0.1.1)

includeGraphics: Include graphic media.

Description

This function is a wrapper for knitr::include_graphics().

Usage

includeGraphics(path, ...)

Value

The result of knitr::include_graphics()

Arguments

path

character. Path to the image.

...

Parameters passed to knitr::include_graphics(), other than path.