Uses Sys.which to check if command is in the PATH.

have_dcmtk_cmd(cmd)

check_dcmtk_cmd(cmd)

Arguments

cmd

DCMTK command name

Value

Logical TRUE if command is available.

Examples

have_dcmtk_cmd("dcmodify")
#> [1] TRUE