rsaga.get.modules.path: Internal functions that determine OS-specific path in which...

View source: R/RSAGA-core.R

rsaga.get.modules.pathR Documentation

Internal functions that determine OS-specific path in which modules might be located.

Description

Internal functions that determine OS-specific path in which modules might be located.

Usage

rsaga.get.modules.path(sysname = Sys.info()["sysname"], saga.path, root, cmd)

Arguments

sysname

character: name of the operating system, determined by default by base::Sys.info(): e.g., "Windows", "Linux", "Darwin" (for Mac OSX), or "FreeBSD"

saga.path

character: path with SAGA GIS binaries, as determined (e.g.) by rsaga.default.path

root

root path to SAGA GIS installation

cmd

name of the SAGA command line program

Value

character string: identified path with SAGA modules; stops with an error if not found


RSAGA documentation built on April 3, 2025, 6:48 p.m.