Use 'Python' from Within 'R'


[Up] [Top]

Documentation for package ‘PythonInR’ version 0.1-4

Help Pages

autodetectPython Autodetects the settings for Windows
BEGIN.Python Execute Python interactively from within R
pyAttach Attach Python objects to R
pyCall Call a callable Python object from within R
pyConnect connects R to Python
pyConnectWinDll connects R to Python
pyDict Create a virtual Python 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 objects
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 terminal
pySet assigns R objects to Python
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