tests/strSApply.R

library(RLLVMCompile)

f = function(x) "abc"
g = function(x) sapply(x, f)


f = function(x) "abc"
g = function(x) sapply(x, f)


g = function(x) sapply(x, f, 1, 2, 3)
duncantl/R2llvm documentation built on May 14, 2019, 9:42 a.m.