python.call: Call python function with parameters.

Description Usage Arguments Value Examples

Description

Call python function with parameters.

Usage

1
python.call(func, ..., .saveTo = "pyr._", .getResults = TRUE)

Arguments

func

Function name string.

...

Optional function parameters, could be names as well.

.saveTo

Name of the Python variable to save results of the call.

.getResults

Wether to return results of the execution.

Value

Value returned by called function.

Examples

1
python.call("str", 100.5)

nonsleepr/PyR documentation built on May 23, 2019, 9:32 p.m.