pyExecfile: Executes Python source file from within R

Description Usage Arguments Details Examples

View source: R/PyExec.R

Description

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

Usage

1
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 common practices.

Examples

1
2
3
4
## Not run: 
pyExecfile("myPythonScript.py")

## End(Not run)

PythonInR documentation built on July 1, 2020, 6:05 p.m.