README.md

Discover and install useful RStudio addins

Build
Status CRAN
version saythanks

Copyright 2016 Dean Attali. Licensed under the MIT license.

RStudio addins were released in early 2016 to provide anyone with the ability to add "extensions" to RStudio. This feature has quickly become popular, but discoverability was a problem: there's just no easy way to know what addins exist.

The addinslist package solves that problem in two ways:

Addins menu

List of addins

If you made a useful RStudio addin, feel free to make a pull request on GitHub to add it to the list.

| Name | Description | Package | On CRAN? | Author | More links | Notes | |------|------|------|------|------|------|------| | Browse RStudio addins | Browse and install RStudio addins | addinslist | :white_check_mark: | Dean Attali | Screenshot | | | Plot Colour Helper | Interactively pick colours to use in your plot | colourpicker | :white_check_mark: | Dean Attali | Screenshot, Demo video | | | Colour picker | Lets you easily select colours | colourpicker | :white_check_mark: | Dean Attali | Screenshot, Demo video | | | ggplot2 Marginal Plots | Add marginal plots to ggplot2 | ggExtra | :white_check_mark: | Dean Attali | Screenshot | | | ggplot Theme Assist | Customize your ggplot theme | ggThemeAssist | :white_check_mark: | Calli Gross | Demo GIF | | | Schedule R scripts on Windows | Use Windows task scheduler to schedule your R scripts (Windows) | taskscheduleR | :x: | jwijffels | Screenshot | | | Schedule R scripts on Linux/Unix | Use cron to schedule your R scripts (Linux/Unix) | cronR | :x: | jwijffels | Screenshot | | | Assign default values | Set function arguments in selection to their default values | jadd | :x: | Jenny Bryan | Demo GIF | | | Wrap Rmd | Wrap selected R Markdown text but don't insert lines breaks into inline R code | WrapRmd | :x: | TJ Mahr | | | | Tidy Data | Interactively build tidyr function call (gather) | tidyshiny | :x: | Mango Solutions | | | | Lattice Plotting | Interactively build plots using the lattice system | addinplots | :x: | Homer White | | | | Copy Frame to Clipboard | Copy a data.frame to the clipboard | copydat | :x: | Bay Area Air Quality Management District | | Doesn't work on Windows | | Render Rmd in Console | Render an R Markdown document in the global environment | RStudioConsoleRender | :x: | Jeff Johnston | Blog post | | | Document This | Auto-generate Roxygen skeletons for functions and data | docthis | :x: | Matthew Lincoln | | | | Hist Add-In | Interactively create histograms with ggplot2 and obtain the R Code | limoaddin | :x: | Stanislaus Stadlmann | | | | rpivotGadget | Add-in wrapper around the rpivotTable HTML widget | rpivotGadget | :x: | Dean Kilfoyle | | | | Addin Manager | Install and remove addins | addinmanager | :x: | Colin Gillespie | Blog post | | | Levels recoding | Interactively generate code to edit factor levels | questionr | :white_check_mark: | Julien Barnier | Demo video | | | Levels ordering | Interactively generate code to reorder factor levels | questionr | :white_check_mark: | Julien Barnier | Demo video | | | Variable cutting | Interactively generate cut() code | questionr | :white_check_mark: | Julien Barnier | Demo video | | | ARIMA Picker | Interactively pick ARIMA parameters | arimaUI | :x: | Yves crutain | Blog post | | | Input LaTeX Math | Input math expressions via the MathQuill library | bookdown | :x: | RStudio | | | | Preview R-markdown Book | Run bookdown's serve_book() to live preview a book | bookdown | :x: | RStudio | | | | Google API Auth | Authenticate with Google APIs | googleAuthR | :white_check_mark: | Mark Edmondson | | | | Word count add-in | Count non-code words in Rmd documents | wordcountaddin | :x: | Ben Marwick |Screenshot | | | Snake caser | Convert a character string to snake_case | snakecaser | :x: | Ben Marwick | | | | Copy value | Copy data to clipboard (arrays, data frames, matrices, tables, vectors) | snippetsaddin | :x: | Juraj Sofranko | | Windows only | | Convert slash | Reverse slashes (eg in file paths) | snippetsaddin | :x: | Juraj Sofranko | | Clipboard is Windows only | | Insert %>% | Insert pipe + reformat surrounding | snippetsaddin | :x: | Juraj Sofranko | | | | Gotta Read 'Em All| RStudio Add-In to interactively read ALL the data into R| GREA | :x: | Stanislaus Stadlmann | | | | Quick View Data Frame | Quickly render a data frame, or the code which generates it, in the RStudio View window | RStudioAddIns | :x: | digital-dharma | | | | littleboxes | Easily add a boxed title in R scripts | littleboxes | :x: | thinkr | | | | Insert citations | Search a BibTeX-file and insert formatted Markdown citations | citr | :white_check_mark: | Frederik Aust | Demo gif | | | QRAGadget | A Shiny Gadget for Interactive QRA Visualizations | QRAGadget | :white_check_mark: | Paul Govan | Screenshot | | | assignparams | Evaluate function parameter in global environment | assignparams | :x: | Peter Meissner | DemoVideo | | | radiant.data | A Shiny interface to visualize, summarize, transform, and combine data | radiant.data | :x: | Vincent Nijs | Documentation | | | radiant | A Shiny interface for business analytics in R | radiant | :x: | Vincent Nijs | Documentation | | | Add Crossref Citations | Add a new bibliography entry through Crossref DOI | rcrossref | :x: | Hao Zhu |Screenshoot | | | mischelper | microbenchmark, profvis selected code, remove unneeded hard line breaks, flip windows path separator | mischelper | :x: | dracodoc | | | | Merge data frames | Perform Inner, left, Right and Full Joins and create a new data frame | commonUtilAddins | :x: | sarupurisailalith | | | | Convert Variable type | Convert variables' type into either factor, character or numeric in a data frame | commonUtilAddins | :x: | sarupurisailalith | | | | Add GIFs | Search GIFs through Giphy API and use them in Rmarkdown documents | giphyr | :x: | Hao Zhu | Screenshot | | | namebrowser | Browse or search all installed packages for function names, insert library(pkg) or pkg:: prefix | namebrowser | :x: | dracodoc | | | | mufflr | Keyboard shortcuts for quieter and speedier pipelines | mufflr | :x: | Miles McBain | Demo Gif | | | gitgadget | Version Control and Assignment Management using Git | gitgadget | :white_check_mark: | Vincent Nijs | | | | datapasta | Keyboard shortcuts for pasting clipboard data as nicely formatted R vectors/tibbles. | datapasta | :white_check_mark: | Miles McBain | Demo Gif | | | Align Assign | Align the assignment operators within a highlighted area | AlignAssign | :x: | Luke Smith | Demo gif | | | strcode | Insert code block separators and section titles | strcode | :x: | Lorenz Walthert | Demo GIF | | | datasets.load | Loading datasets from all installed packages | datasets.load | :white_check_mark: | Bastiaan Quast | Demo Video | | | testthis | Utility functions and Rstudio addins to make using the testthat package even more fun | testthis | :white_check_mark: | | | | | typeStringsGadget | Type strings unencumbered | typeStringsGadget | :x: | David Ranzolin | | | | splitChunk | Split code chunk in R Markdown | splitChunk | :x: | Ludvig R Olsen | | | | insertImage | Insert image into R Markdown with file chooser. Copy image file to project. | insertImage | :x: | Ludvig R Olsen | | | | sortLines | Sort selected lines in the editor with a number-smart algorithm. | sortLines | :x: | Dominic Comtois | | | | makeOxygen | Self-populating roxygen2 skeletons | sinew | :white_check_mark: | Jonathan Sidi | Demo Gif | | | ggedit | Reproducible layer, scale and theme editing for ggplot2 | ggedit | :white_check_mark: | Jonathan Sidi | Youtube Clip | | | SeaClass | An interactive R GUI for classification problems | SeaClass | :x: | Chris Dienes | Screenshots | | | rdoxygen | Create doxygen documentation for source code | rdoxygen | :white_check_mark: | Clemens Schmid | | | | remedy | RStudio Addins to Simplify Markdown Writing | remedy | :x: | ThinkR | How it works | | | styler | RStudio Addin to provide non-invasive pretty-printing of R source code while adhering to the tidyverse formatting rules. | styler | :x: | R infrastructure | Demo gif | | | CRANsearcher | RStudio addin to search CRAN packages titles and descriptions | CRANsearcher | :white_check_mark: | Rho Inc | | | | TODOr | Finds all TODO, FIXME, CHANGED etc. comments in your project and shows them as markers. | TODOr | :x: | Dominik KrzemiƄski | | | | straddin | Peek at objects with a keystroke. | straddin | :x: | Facundo Munoz | | | | extraInserts | Insert various (pipe) operators | extraInserts | :x: | Konrad Zdeb | | | | rsam | Manage installed RStudio addins keyboard shortcuts and IDE dropdown list | rsam | :x: | Jonathan Sidi | YouTube | Writes to Disk | | ViewPipeSteps | Create View Tabs of Each Piped Step | ViewPipeSteps | :x: | David Ranzolin | Demo gif | | | RegExplain | Interactive regular expression utility belt | regexplain | :x: | Garrick Aden-Buie | Demo gifs | | | inserttable | RStudio add-in facilitating insertion of nicely formatted tables in R markdown documents or plain R scripts. | inserttable | :x: | Lorenzo Busetto | Blog Post | | | beautifyR | Format RMarkdown tables beautifully | beautifyR | :x: | Matthias Weigand | Demo GIF | | | ermoji | Search and Copy Emoji | ermoji | :x: | Garrick Aden-Buie | Screenshots | | | shinyExams | RStudio addin to create exercises | shinyExams | :x: | Flavio Barros | Demo GIF | | | prefixer | Prefix function with their namespace | prefixer | :x: | dreamRs | | | | addinit | Initialize an 'RStudio' Project | addinit | :x: | dreamRs | | | | viewxl | Open data.frame(s) in Excel | viewxl | :x: | dreamRs | | | | esquisse | Make plots with ggplot2 | esquisse | :x: | dreamRs | | | | Enhanced View | Enhanced data viewer, allows column selection and filtering | viewenhance | :x: | Kieran Martin | | | | get_fn_args | Reads highlighted default values into console, translating commas to semi colons | getfunctionargs | :x: | Kieran Martin | | |



rdg222/RAddIns documentation built on May 10, 2019, 3:19 a.m.