Learn R Programming

whitebox (version 2.1.0)

wbt_exe_path: File path of the WhiteboxTools executable

Description

Get the file path of the WhiteboxTools executable. Checks system environment variable R_WHITEBOX_EXE_PATH and package option whitebox.exe_path. Set your desired path with either Sys.setenv(R_WHITEBOX_EXE_PATH = "C:/path/to/whitebox_tools.exe") or options(whitebox.exe_path = "C:/path/to/whitebox_tools.exe"). The default, backwards compatible path is returned by wbt_default_path()

Usage

wbt_exe_path(exe_path = NULL, shell_quote = TRUE)

Arguments

exe_path

Optional: User-supplied path to WhiteboxTools executable. Default: NULL

shell_quote

Return shQuote() result?

Value

Returns the file path of WhiteboxTools executable.

Examples

Run this code
# NOT RUN {
wbt_exe_path()
# }

Run the code above in your browser using DataLab