diff --git a/.Rbuildignore b/.Rbuildignore index 88cb1c0..53546bb 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -10,3 +10,4 @@ ^doc$ ^codecov\.yml$ ^\.httr-oauth$ +^rant\.jpg$ \ No newline at end of file diff --git a/README.Rmd b/README.Rmd index 016239c..a14f2af 100644 --- a/README.Rmd +++ b/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: diff --git a/README.md b/README.md index 15bc744..c9309dd 100644 --- a/README.md +++ b/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 diff --git a/rant.jpg b/rant.jpg new file mode 100644 index 0000000..bb947cb Binary files /dev/null and b/rant.jpg differ