DataEditR
DataEditR copied to clipboard
An Interactive R Package for Viewing, Entering Filtering and Editing Data
Hello, thank you for your package, which I started using recently. I noticed the following problem: data.frames containing numeric columns are converted to integer if the values are not fractional....
When starting the editor, I get the following warning messages about Font Awesome icons not being available: > mtcars.new = data_edit(mtcars) This Font Awesome icon ('sync') does not exist: if...
It would be nice if you could output an rscript or code that replicates all actions and edits needed to replicate the data. While this would make editing faster and...
Hi, thanks you for this amazing package. I came across a bug when I tried to use your package, and think I grabbed its cause. **Bug description** I use a...
Is there any way to select a column of data, click on a value, and insert or delete a *cell* above or below. I know it's possible to to this...
Suppose one removes all columns but one and, subsequently, tries to paste 3 columns from, say, a spreadsheet, DataEditR simply aborts. Should not DataEditR add more columns in order to...
It would be great to edit attributes of geometry (sfc) and simple feature collections (sf). Opening an sfc file causes {DataEditR} to crash.
Hi, Great package. very intuitive and simple to use. My issue however is when I load a large (ish) dataframe of ~1000 rows and 50 columns, when I use the...
Hi, I use your package inside a shinyApp but the problem exists also with the `data_edit()` function so I'll write an example based on that function. So after launched the...
Based on use cases within CytoExploreR, it would be handy to have an option to control whether the rownames are displayed in the editor. Ideally the rownames would be present...