Description Usage Arguments Examples
Push data to python __main__ namespace
1 2 | ## S3 method for class 'numeric'
topy(x, name)
|
x |
Numeric vector to copy to Python |
name |
Python variable name as string |
1 2 | numvec_to_python("l", 1:10)
pyrun("print l")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.