pyPrint: Convenience function to print a given Python object to the R...

View source: R/PyExec.R

pyPrintR Documentation

Convenience function to print a given Python object to the R terminal

Description

Prints a given Python variable to the R terminal.

Usage

pyPrint(objName)

Arguments

objName

a character string to be evaluated in Python and printed to the R terminal.

Details

Internally it uses a combination of pyExec and print. Please note that the result of pyExecp("x") and pyPrint("x") often will be different, since pyExecp("x") is equivalent to typing x into the Python terminal whereas pyPrint("x") is equivalent to typing print(x) into the Python terminal.

Examples


pyPrint("'Hello ' + 'R!'")
pyPrint("sys.version")

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