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


RSAGA documentation built on Dec. 10, 2022, 1:12 a.m.