topy.numeric: Push data to python __main__ namespace

Description Usage Arguments Examples

Description

Push data to python __main__ namespace

Usage

1
2
## S3 method for class 'numeric'
topy(x, name)

Arguments

x

Numeric vector to copy to Python

name

Python variable name as string

Examples

1
2
numvec_to_python("l", 1:10)
pyrun("print l")

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