Learn R Programming

RcppRoll (version 0.1.0)

get_rollit_source: Get and Edit Source File Associated with User-Generated 'rollit' Function

Description

This function returns and opens the source file associated with a particular 'rollit' function for debugging. We use R's file.edit interface.

Usage

get_rollit_source(fun, edit = TRUE, RStudio = FALSE, ...)

Arguments

fun
The generated 'rollit' function.
edit
boolean; open the C++ source file in a text editor?
RStudio
boolean; open the C++ source file in RStudio?
...
Optional arguments passed to file.edit.