Learn R Programming

TMB (version 1.9.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
file <- system.file("examples/simple.cpp", package = "TMB")
Rinterface(file)

Run the code above in your browser using DataLab