| autodetectPython | Autodetects the settings for Windows |
| BEGIN.Python | Execute Python interactively from within R |
| equal | Compare two Objects |
| pyAttach | Attach Python objects to R |
| pyCall | Call a callable Python object from within R |
| pyConnect | connects R to Python |
| pyDict | Create a virtual Python dictionary |
| pyDictZip | Create a dictionary |
| pyDir | Convenience function to call the Python function *dir* |
| pyExec | Executes multiple lines of Python code from within R |
| pyExecfile | Executes Python source file from within R |
| pyExecg | Executes multiple lines of python code and gets the output |
| pyExecp | Executes a single line of Python code from within R |
| pyExit | closes the connection to Python |
| pyFunction | creates a virtual Python function |
| pyGet | Gets Python objects by name and transforms them into R... |
| pyGet0 | Creates an R representation of an Python object |
| pyHelp | Convenience function to access the Python *help* system |
| pyImport | Import virtual Python objects to R |
| pyIsConnected | checks if R is connected to Python |
| pyList | Creates a virtual Python list |
| pyObject | Creates a virtual Python object |
| pyOptions | Options for the PythonInR package |
| pyPrint | Convenience function to print a given Python object to the R... |
| pyRef | get the location (reference) of an 'PythonInR_Object' |
| pySet | assigns R objects to Python |
| pySource | Reads mixed R and Python code from a file |
| pyTuple | Creates a virtual Python tuple |
| pyType | Convenience function to call the Python function *type* |
| pyVersion | is a convenience function to get sys.version from Python |
| pyVersionInfo | is a convenience function to get sys.version_info from Python |
| typehint | Additional Type Information |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.