Description Usage Arguments Examples
transform a folder of scrennshot into a synthetical picture
1 | draw(folder)
|
folder |
the path of the folder |
1 2 3 4 5 6 7 | ## Not run:
#options(ffmpeg = "C:/ffmpeg-3.1.4-win64-static/bin/ffmpeg.exe") # windows user
library(magrittr)
gen_screenshot(movie = "D:/mymovie.avi") %>%
draw()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.