recordr icon indicating copy to clipboard operation
recordr copied to clipboard

Develop mechanism for user's to define overridden functions

Open gothub opened this issue 9 years ago • 0 comments

Currently recordr defines overridden functions in maskedFunctions.R (maybe need name change?). Develop a way for users to have another way to override functions that they wish to record provenance for, maybe base R functions recordr doesn't override by default, or functions from other libraries (i.e. ggsave() from ggplot2). One approach is to have a 'library' of overriding functions under the ~/.recordr directory, that are loaded when startRecord() is called.

gothub avatar Nov 03 '15 17:11 gothub