inst/unitTests/testcode/inputtest4.R

x = pi*3

f = function(x)
    {
        x + 6
    }

res = sapply(1:5, f)

res2 = sapply(1:5, rnorm)

y = f(5)

Try the CodeDepends package in your browser

Any scripts or data that you put into this service are public.

CodeDepends documentation built on May 2, 2019, 4:19 a.m.