Description Usage Arguments Value Functions
Interact with Python.
1 2 3 4 5 6 7 | pyExec(code)
pyExecp(code)
pyExecg(code, returnValues = character())
pyExecfile(filename)
|
code |
The Python code to execute. |
returnValues |
A vector of variable names to retrieve from Python. |
filename |
The file containing Python code to execute. |
A list of variables from Python.
pyExec
: Execute a single line of Python code.
pyExecp
: Execute a single line of Python code and
print the result.
pyExecg
: Execute multiple lines of Python code
and retrieve variables using pyGet
.
pyExecfile
: Execute Python code contained in a file.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.