Rvar: Copy a variable from Python to R

Description Usage Arguments Examples

Description

Copy a variable from Python to R

Usage

1

Arguments

var

Python variable name

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
pyvar("x", 1:10)
Rvar("x")
pyrun("f = 3")
Rvar("f")
pyrun("s = ['a', 'b', 'c']")
Rvar("s")
pyrun("s2 = 'a'")
Rvar("s2")
data(whiteside, package="MASS")
pyvar(whiteside)
Rvar(whiteside)

mpastell/Rpyplot documentation built on May 23, 2019, 6:27 a.m.