Rinterface {TMB} | R Documentation |
Create minimal R-code corresponding to a cpp template.
Description
Create a skeleton of required R-code once the cpp template is ready.
Usage
Rinterface(file)
Arguments
file |
cpp template file. |
Examples
file <- system.file("examples/simple.cpp", package = "TMB")
Rinterface(file)
[Package TMB version 1.9.14 Index]