Basic-Excel-R-Toolkit icon indicating copy to clipboard operation
Basic-Excel-R-Toolkit copied to clipboard

Controlling what functions to expose to Excel

Open eckyu opened this issue 8 years ago • 1 comments

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

eckyu avatar Oct 20 '17 08:10 eckyu

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.

StatsMan53 avatar Dec 31 '17 15:12 StatsMan53