powered by
This function takes a vector of values and returns a c call. If the vector has only one element, the element is returned directly.
c
make_c_call(choices)
A c call.
A vector of values.
# use non-exported function from teal.slice make_c_call <- getFromNamespace("make_c_call", "teal.slice") make_c_call(1:3) make_c_call(1)
Run the code above in your browser using DataLab