函数用pyper返回None

时间:2018-08-29 15:27:13

标签: python r python-3.x pyper

我尝试为以下内容创建函数

End If

创建的函数

from pyper import *
import pandas as pd

r=R(use_pandas=True)
r.assign('xN', 5)
r.assign('yN', 3)
r('out1 <- xN + yN')
print(r.get('out1'))
8

没有返回

0 个答案:

没有答案