inst/samples/literal.R

x = TRUE
y = FALSE

z = x | y

a = T
b = F

c = a | b


x = list(name = 1, id = 2)
{
p = x$name + 2
p1 = x[["name"]] + 3
}

var = "name"
p2 = x[[var]] + 3

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.