View source: R/call-function.R
call_function | R Documentation |
The function will be called on another process, very much like
callr::r()
.
call_function(func, args = list())
func |
Function to call. See also the notes at |
args |
Arguments to pass to the function. They will be copied to the worker process. |
Deferred object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.