-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.Rmd
42 lines (28 loc) · 1.05 KB
/
README.Rmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
---
output:
md_document:
variant: markdown_github
---
<!-- README.md is generated from README.Rmd. Please edit that file -->
```{r setup, echo=FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "README-"
)
```
### What is 'limoaddin'?
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.
### News
- limoaddin was created
### Installation
```{r installation, eval=FALSE}
devtools::install_github("Stan125/limoaddin")
```
### Usage
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!
### Screenshot
![Screenshot](Screenshot.png)
### Code of Conduct
Please note that this project is released with a [Contributor Code of Conduct](CONDUCT.md).
By participating in this project you agree to abide by its terms.