| tcc_compile | R Documentation |
Compile the defined symbols into callable functions. This generates C wrapper code and compiles it with TinyCC.
tcc_compile(ffi, verbose = FALSE)
ffi |
A tcc_ffi object |
verbose |
Print compilation info |
A tcc_compiled object with callable functions
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.