Learn R Programming

whitebox (version 2.4.0)

wbt_view_code: Source code for a specific tool in 'WhiteboxTools'

Description

Opens a web browser to view the source code for a specific tool on the projects source code repository.

Usage

wbt_view_code(tool_name, viewer = FALSE)

Value

Returns a GitHub URL to view the source code of the tool.

Arguments

tool_name

Name of the tool.

viewer

Show source code in browser? default: TRUE

Examples

Run this code
if (FALSE) {
wbt_view_code("breach_depressions")
}

Run the code above in your browser using DataLab