You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:]
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?
The text was updated successfully, but these errors were encountered: