Title: | Create commonly used Addins in RStudio |
---|---|
Description: | Create commonly used Addins in RStudio, including '%<>%'. |
Authors: | Zhen Lu [aut, cre] |
Maintainer: | Zhen Lu <[email protected]> |
License: | MIT + file LICENSE |
Version: | 0.1.0 |
Built: | 2024-11-02 04:12:11 UTC |
Source: | https://github.com/Leslie-Lu/createAddins |
%<>%
This is a function named 'insertPipeOperator'
which inserts %<>%
at the cursor position.
insertPipeOperator(arg = NULL)
insertPipeOperator(arg = NULL)
arg |
NULL. No need to provide an argument. |