TMB (version 1.7.15)

Rinterface: 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

Run this code
# NOT RUN {
file <- system.file("examples/simple.cpp", package = "TMB")
Rinterface(file)
# }

Run the code above in your browser using DataLab