| .load_dll | R Documentation |
Loads a TMB DLL and registers it with TMB's symbol table. CRITICAL: Never calls dyn.unload() to avoid finalization errors.
.load_dll(dll_path, dll_name, verbose = FALSE)
dll_path |
Full path to DLL file |
dll_name |
Base name of DLL |
verbose |
Logical |
Logical, TRUE if successful
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.