R/wb_setup.R
get_wb_path.Rd
Searches for the wb_command binary using R options, environment variables, default installation paths, and PATH.
wb_command
PATH
get_wb_path(simplify = TRUE)
If TRUE, return just the path string. If FALSE, return the full settings list.
TRUE
FALSE
Character path to wb_command, or a settings list when simplify = FALSE.
simplify = FALSE
if (FALSE) { # \dontrun{ get_wb_path() } # }