Package 'addinsJoaoMelo'

Title: Addins Made of Joao Melo
Description: Provide addins for 'RStudio'. It currently contains 3 addins. The first to add a shortcut for the double pipe. The second is to add a shortcut for the same operator. And the third to simplify the creation of vectors from texts pasted from the computer transfer area.
Authors: Joao Melo [aut, cre]
Maintainer: Joao Melo <[email protected]>
License: CC0
Version: 0.1.0
Built: 2025-01-20 03:09:29 UTC
Source: https://github.com/cran/addinsJoaoMelo

Help Index


Bare combine

Description

Simplify mode of create vector in RStudio

Usage

bare_combine()

Examples

## Not run: bare_combine()

Insert Compound Assignment pipe

Description

Add %<>% pipe in line of code in RStudio

Usage

insert_compound_assignment_pipe()

Examples

## Not run: insert_compound_assignment_pipe()

Insert Equal

Description

Add = operator in line of code in RStudio

Usage

insert_equal()

Examples

## Not run: insert_equal()