kall = function()
.Call("R_call", 1, 2, 3)
ambiguous =
function()
.Call("R_ambiguous", 1, 2, 3, 4)
external =
function()
.External("R_external", 1, 2, 3, 4)
c_=
function()
.C("R_c", as.integer(1), 2, as.character(3), raw(4))
otherc =
function()
.C("R_otherc")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.