Replies: 1 comment 3 replies
-
| 
         Looks nice! Is it possible to turn of the pipe feature (I do not want any change to my UI)? Also, the addins seem to be executed silently, but sometimes I need to see the output (e.g. wordcount).  | 
  
Beta Was this translation helpful? Give feedback.
                  
                    3 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
You can give the extension a try here
Pipe Toggler
This extension provides a convenient way to toggle the R pipe operator used in Positron, switching between the
magrittrpipe%>%and the native R pipe|>.positron.r.useNativePipewith Positron's string settingpositron.r.pipe.Automatically replaces all pipe operators in the current R file to match your workspace pipe setting.
positron-r-wizard.formatPipes("R: Format Pipes")%>%with|>(or vice versa) based on yourpositron.r.pipesetting.RStudio Addin Picker
This extension also adds a command to list and launch installed RStudio addins from Positron.
r.launchAddinPickerUsage:
Note: The addin list is generated dynamically by running a small R snippet that inspects installed packages'
rstudio/addins.dcffiles and writes the result to a temporary JSON file.💡 Future Ideas
Beta Was this translation helpful? Give feedback.
All reactions