DataEditR 0.0.5
- Fix row indices when rows are added or removed.
- Improve handling of duplicate row indices in case of accidental editing.
DataEditR 0.0.4
- Add
col_readonly argument to prevent users from editing values or column names of certain columns.
- Prevent error when column is clicked but not edited.
DataEditR 0.0.3
- Add
col_names argument to allow control over which column names can be edited by the user.
DataEditR 0.0.2
- Fixes for CRAN submission.
DataEditR 0.0.1
- Add
data_edit() to allow interactive data viewing, entry and editing.