R/wbt.R
wbt_view_code.Rd
Opens a web browser to view the source code for a specific tool on the projects source code repository.
wbt_view_code(tool_name, viewer = FALSE)
Name of the tool.
Show source code in browser? default: TRUE
TRUE
Returns a GitHub URL to view the source code of the tool.
if (FALSE) { wbt_view_code("breach_depressions") }