Description Usage Arguments Examples
Function for activating cpp file for samuuika with TMB
1 2 3 4 5 6 | use_saumika_tmb(
TmbFile = "samuika",
CppDir = system.file("executable", package = "messir"),
RunDir = getwd(),
overwrite = FALSE
)
|
TmbFile |
Cpp file name |
CppDir |
directory having the cpp file |
RunDir |
directory for running the code (default: working directory) |
overwrite |
whether the cpp file is overwritten (TRUE) or not (FALSE; default) |
1 2 3 4 | ## Not run:
use_samuika_tmb()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.