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 Nov. 27, 2023, 5:12 p.m.

Related to Rinterface in TMB...