Learn R Programming

Rsagacmd (version 0.4.3)

create_function: Function generate text that will be parsed into R code

Description

Internal variable `args` is derived by capturing the names and values of the calling function. The interval `senv` variable is the SAGA-GIS library settings (generated by `saga_env`) and comes from the environment of when the dynamic function was generated.

Usage

create_function(lib, tool)

Value

A character, text that is to be parsed into a function definition.

Arguments

lib

A character, name of SAGA-GIS library.

tool

A character, name of SAGA-GIS tool.