View source: R/program_management.R
find_program | R Documentation |
Returns the location of the requested program as a string.
find_program(program = c("ffmpeg", "ffprobe", "ffplay", "mediainfo"))
find_mediainfo()
find_ffmpeg()
find_ffprobe()
find_ffplay()
program |
A string indicating which program to find |
Either a string indicating whether the requested program was found or
NULL
if the program could not be found.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.