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/RLLVMCompile documentation built on May 15, 2019, 5:31 p.m.