The goal of snapShooteR is to …
It is necesary to first install ffmpeg. You have to download the static build from FFmpeg Builds, unzip it, rename the folder to FFmpeg and paste it in C:\. Finally, add C:\FFmpeg\bin to the PATH (see WikiHow).
You can install the released version of snapShooteR from CRAN with:
install.packages("snapShooteR")
And the development version from GitHub with:
# install.packages("devtools")
devtools::install_github("maalid/snapShooteR")
This is a basic example which shows you how to solve a common problem:
library(snapShooteR)
## basic example code
Please note that the snapShooteR project is released with a Contributor Code of Conduct. By contributing to this project, you agree to abide by its terms.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.