wxStaticBoxSizer =
function(orient, parent, label = "")
{
.Call("R_wxStaticBoxSizer_new", as.integer(orient), parent, as.character(label))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.