find_program: Find the location of a dependency program

View source: R/program_management.R

find_programR Documentation

Find the location of a dependency program

Description

Returns the location of the requested program as a string.

Usage

find_program(program = c("ffmpeg", "ffprobe", "ffplay", "mediainfo"))

find_mediainfo()

find_ffmpeg()

find_ffprobe()

find_ffplay()

Arguments

program

A string indicating which program to find

Value

Either a string indicating whether the requested program was found or NULL if the program could not be found.


jmgirard/tidymedia documentation built on June 15, 2024, 1:52 p.m.