Find path to a binary Wrapper for Sys.which to find path to a binary
Source:R/binaries.R
find_bin.RdThis function is a wrapper for base::Sys.which to find the path
to a command. It also searches within the FLAMES basilisk conda
environment. This function also replaces "" with NA in the
output of base::Sys.which to make it easier to check if the
binary is found.