wxStaticLine =
function(parent, id = wxID_ANY, pos = wxDefaultPosition, size = wxDefaultSize,
style = wxLI_HORIZONAL, name = "staticLine")
{
style = as.numeric(bitlist(style))
size = as(size, "RwxSize")
pos = as(pos, "RwxPoint")
.Call("R_wxStaticLine_new", parent, as.integer(id), pos, size, style, as.character(name))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.