get_py | R Documentation |
Get the 'py' object. Note that it gives you extra responsibilities when you choose to access the 'py' object directly.
get_py()
The 'py' object with direct access to the library.
if (has_sympy()) {
py <- get_py()
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.