No known key found for this signature in database
GPG Key ID: 1D7529BE14E2BBA9
4 changed files with
10 additions and
14 deletions
-
.Rbuildignore
-
README.Rmd
-
README.md
-
BIN
rant.jpg
|
|
@ -10,3 +10,4 @@ |
|
|
|
^doc$ |
|
|
|
^codecov\.yml$ |
|
|
|
^\.httr-oauth$ |
|
|
|
^rant\.jpg$ |
|
|
@ -12,6 +12,12 @@ The following functions are implemented: |
|
|
|
- `bare_combine`: Turn a selection of comma-separated bare strings into a - `base::combine`: statement |
|
|
|
- `join_rows`: Join `cr`/`lf`-separated selected rows of text into a single space-separated row |
|
|
|
|
|
|
|
### Twitter RANTS! |
|
|
|
|
|
|
|
Use the Addins menu to bring up a dialogue for Twitter Rants! |
|
|
|
|
|
|
|
 |
|
|
|
|
|
|
|
### Bare Combine |
|
|
|
|
|
|
|
Similarly, the RStudio Addins menu selection "Bare Combine" will take a text selection and make it into a `c()` statement. For example: |
|
|
|
|
|
@ -6,24 +6,13 @@ |
|
|
|
The following functions are implemented: |
|
|
|
|
|
|
|
- `bare_combine`: Turn a selection of comma-separated bare strings into a - `base::combine`: statement |
|
|
|
- `bare_rename`: Turn a selection of comma-separated bare strings into a `dplyr::rename` statement |
|
|
|
- `join_rows`: Join `cr`/`lf`-separated selected rows of text into a single space-separated row |
|
|
|
|
|
|
|
### Bare Rename |
|
|
|
### Twitter RANTS! |
|
|
|
|
|
|
|
The RStudio Addins menu selection "Bare Rename" will take a text selection and make it into `dplyr::rename()` statement For example: |
|
|
|
Use the Addins menu to bring up a dialogue for Twitter Rants! |
|
|
|
|
|
|
|
a,b c,d,e f |
|
|
|
|
|
|
|
or |
|
|
|
|
|
|
|
a, b c, d, e f |
|
|
|
|
|
|
|
will be converted to: |
|
|
|
|
|
|
|
dplyr::rename(a, `b c`, d, `e f`) |
|
|
|
|
|
|
|
**NOTE**: not all backtick-edge cases are handled (yet). |
|
|
|
 |
|
|
|
|
|
|
|
### Bare Combine |
|
|
|
|
|
|
|
Width:
|
Height:
|
Size: 136 KiB
|