Package 'createAddins'

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

Help Index


Insert pipe operator of %<>%

Description

This is a function named 'insertPipeOperator' which inserts %<>% at the cursor position.

Usage

insertPipeOperator(arg = NULL)

Arguments

arg

NULL. No need to provide an argument.