Rinterface: Create minimal R-code corresponding to a cpp template.

View source: R/TMB.R

RinterfaceR 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)

TMB documentation built on July 21, 2026, 5:08 p.m.

Related to Rinterface in TMB...