https://github.com/milosvil/RecodeReorder
RStudio addin for interactively renaming, collapsing and reordering factor levels.
https://github.com/milosvil/RecodeReorder
Last synced: 5 months ago
JSON representation
RStudio addin for interactively renaming, collapsing and reordering factor levels.
- Host: GitHub
- URL: https://github.com/milosvil/RecodeReorder
- Owner: milosvil
- License: other
- Created: 2019-08-28T09:27:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-28T09:29:01.000Z (over 5 years ago)
- Last Synced: 2024-08-13T07:15:33.422Z (8 months ago)
- Language: R
- Size: 5.27 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - milosvil/RecodeReorder - RStudio addin for interactively renaming, collapsing and reordering factor levels. (R)
README
---
output: github_document
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.path = "man/figures/README-",
out.width = "100%"
)
```
# RecodeReorder`RecodeReorder` is RStudio addin for interactively renaming, collapsing and reordering factor levels. Addin automaticaly generates R code that can be inserted in an active R script. Addin uses data.frame objects from Global Env.
## Installation
You can install addin from GitHub with:
```{r eval = FALSE}
# install.packages("remotes")
remotes::install_github("milosvil/RecodeReorder")
```## Step by step guide
__Step 1:__ Load data.frame objects.
__Step 2:__ Run addin from _Addins_ dropdown menu.
__Step 3:__ Select data and variable.
__Step 4:__ Rename and reorder levels. For reordering drag and drop text inputs.
__Step 5:__ Insert generated R code by clicking the INSERT CODE button.
