Basic-Excel-R-Toolkit
Basic-Excel-R-Toolkit copied to clipboard
Controlling what functions to expose to Excel
Hi, am wondering.... when I write functions which are saved in the startup directory (ie Documents/BERT/functions) is there a way that I can prevent it from being exposed to Excel and yet be accessible to the code in that directory? Thanks. Eric
Standard R naming convention: an object whose name is prefixed with a period can be called, but is not exposed. Alternately, package the support functions and load the package in the BERT\functions folder code.