# R - Packages for Viewing and Editing Data
## Overview
### DataEditR
- [DataEditR]()
```R
install.packages("DataEditR")
library(DataEditR)
data_edit(iris)
```

### editData
- [editData]()
```R
remotes::install_github(“cardiomoon/editData”)
require(editData)
editData(iris)
```

editData comes with the capacity to _add rows right from the viewer_

***
#### Related
- [[Development]]
- [[2-Areas/MOCs/R]]
*Backlinks:*
```dataview
list from [[R - Packages for Viewing and Editing Data]] AND -"Changelog"
```