addinexamples icon indicating copy to clipboard operation
addinexamples copied to clipboard

Unable to add new addin function

Open IsadoraBM opened this issue 4 years ago • 0 comments

I've tried adding a insertCompoundAddin function after modifying the dcf file but there is no insertInAddin.R file in my local addinexamples folder that would allow me to save the new function [something like the following:]

insertCompoundAddin <- function() { rstudioapi::insertText(" %<>% ") }

Is it possible for you to add it to the official addins or review the instructions for creating your own?

IsadoraBM avatar May 07 '20 19:05 IsadoraBM