Description Usage Arguments Details Value
set options with locations to ffmpeg and sox binaries
1 2 | set_binaries(pathtoffmpeg = Sys.which("ffmpeg"),
pathtosox = Sys.which("sox"), printmessages = TRUE)
|
pathtoffmpeg |
character, path to ffmpeg binary, by default looks for it in the path variable |
pathtosox |
character, path to sox binary, by default looks for it in the path variable |
printmessages |
logical, should messages be returned |
this function sets some of R's global options.
the settings are temporary, i.e. the settings are lost when R is restarted
a message
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.