### additional methods for the list_Python proxy class
list_Python$methods(
el = function(i, .ev = XRPython::RPython(), .get = NA) {
'Extract an element from the list (zero based indexing).
The index will be coerced to integer (unless a proxy).'
if(is.numeric(i))
i <- as.integer(i)
.ev$Eval("%s[%s]", .self, i, .get = .get)
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.