Description Usage Arguments Value Examples
Resize media (.png, .avi, etc.).
1 2 |
path |
Path to the in .mp4 file. |
out |
Path to the out .mp4 file. |
width |
The width of the device. |
height |
The height of the device. |
Returns resized media (.png, .avi, etc.).
1 2 3 4 5 | ## Not run:
file <- system.file("extdata/deb_roy.png", package = "embodied")
resize(file, out = "test.png")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.