# NOT RUN {
## wbt_init():
# or set path to binary as an argument
# wbt_init(exe_path = "not/a/valid/path/whitebox_tools.exe")
# }
# NOT RUN {
## wbt_options():
# set multiple options (e.g. exe_path and verbose) with wbt_options()
wbt_options(exe_path = "not/a/valid/path/whitebox_tools.exe", verbose = TRUE)
# }
# NOT RUN {
## wbt_wd():
# set WBT working directory to R working directory
wbt_wd(wd = getwd())
# }
# NOT RUN {
## wbt_verbose():
wbt_verbose(verbose = TRUE)
# }
Run the code above in your browser using DataLab