
Tests whether the vsearch executable is available on the system.
Arguments
- path
(Character, default NULL) Explicit path to the vsearch
executable. If NULL, the function searches the system PATH.
Value
TRUE if vsearch is available, FALSE otherwise.
Examples
is_vsearch_installed()
#> [1] TRUE