limoaddin is an RStudio Add-In to interactively pick out datasets in the R working space, pick out a numeric variable and create a ggplot2 histogram. Afterwards, the code to create this histogram is pasted to the location of the cursor.
- limoaddin was created
devtools::install_github("Stan125/limoaddin")
The usage is simple; if a dataset is loaded into the working space, just click on the Add-In Tab and select 'Histogram Add-In'. The Add-In itself quickly pops up and you are good to go!
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.