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, ...)
The generated 'rollit' function.
boolean; open the C++ source file in a text editor?
boolean; open the C++ source file in RStudio?
Optional arguments passed to file.edit
.