Type: | Package |
Title: | Addins Made of Joao Melo |
Version: | 0.1.0 |
Depends: | R (≥ 3.3.0) |
Imports: | dplyr, stringr, rstudioapi, purrr |
Maintainer: | Joao Melo <pjoao266@gmail.com> |
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. |
License: | CC0 |
Encoding: | UTF-8 |
LazyData: | true |
RoxygenNote: | 7.1.0 |
NeedsCompilation: | no |
Packaged: | 2020-06-04 14:46:53 UTC; pjoao |
Author: | Joao Melo [aut, cre] |
Repository: | CRAN |
Date/Publication: | 2020-06-13 12:30:02 UTC |
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()