from rpy2.robjects.packages import importr. r('''install.packages('hwriter')''') #安裝包 r(''' hwriter:::hwrite.table(matrix(1:10, 2))
確定! 回上一頁