pyExecfile: Executes Python source file from within R

View source: R/PyExec.R

pyExecfileR Documentation

Executes Python source file from within R

Description

The function pyExecfile calls the Python function execfile. which is the Python equivalent to the function source provided in R.

Usage

pyExecfile(filename)

Arguments

filename

a character string giving the name or full path of the file to be executed.

Details

The function execfile is kind of the source of Python. Since it got omitted in Python 3 a replacement gets assigned following the suggestions from
http://www.diveintopython3.net/porting-code-to-python-3-with-2to3.html.

Examples

## Not run: 
pyExecfile("myPythonScript.py")

## End(Not run)

Sage-Bionetworks/PythonEmbedInR documentation built on April 17, 2023, 4:23 p.m.