Browse Source

twitter rant

master
boB Rudis 7 years ago
parent
commit
6e193987ce
No known key found for this signature in database GPG Key ID: 1D7529BE14E2BBA9
  1. 1
      .Rbuildignore
  2. 6
      README.Rmd
  3. 17
      README.md
  4. BIN
      rant.jpg

1
.Rbuildignore

@ -10,3 +10,4 @@
^doc$
^codecov\.yml$
^\.httr-oauth$
^rant\.jpg$

6
README.Rmd

@ -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!
![](rant.jpg)
### Bare Combine
Similarly, the RStudio Addins menu selection "Bare Combine" will take a text selection and make it into a `c()` statement. For example:

17
README.md

@ -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).
![](rant.jpg)
### Bare Combine

BIN
rant.jpg

Binary file not shown.

After

Width:  |  Height:  |  Size: 136 KiB

Loading…
Cancel
Save