powered by
Checks for WhiteboxTools executable
ch_wbt_check_whitebox()
If WhiteboxTools cannot be found, a message explaining what to do is displayed.
WhiteboxTools
Kevin Shook
# Only proceed if Whitebox executable is installed library(whitebox) if (check_whitebox_binary()){ ch_wbt_check_whitebox() } else { message("Example not run as Whitebox executable not found") }
Run the code above in your browser using DataLab