make_c_call | R Documentation |
This function takes a vector of values and returns a c
call. If the vector
has only one element, the element is returned directly.
make_c_call(choices)
choices |
A vector of values. |
A c
call.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.