Description Usage Details Value Examples
The function BEGIN.Python starts an Python read-eval-print loop.
1 |
BEGIN.Python emulates the behavior of the Python terminal and therefore allows interactive Python code development from within R.
Returns the entered code as character, code lines which throw an exception are omitted.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.