py_func: Wrap an R function in a Python function with the same...

Description Usage Arguments Value

View source: R/py_func.R

Description

This function could wrap an R function in a Python function with the same signature. Note that the signature of the R function must not contain esoteric Python-incompatible constructs.

Usage

1

Arguments

f

An R function

Value

A Python function that calls the R function f with the same signature.


Mormukut11/R-interface-to-Python documentation built on May 21, 2019, 9:36 a.m.