library(Rllvm)
m = parseIR("RcppEgO2.ir")
funs = getModuleFunctions(m)
f = funs[[grep("row_max", names(funs))]]
compReturnType(f)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.