get_rollit_source {RcppRoll} | R Documentation |
This function returns and opens the source file associated with
a particular 'rollit' function for debugging. We use R's
file.edit
interface.
get_rollit_source(fun, edit = TRUE, RStudio = FALSE, ...)
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 |