Dillon Hammill

Results 75 comments of Dillon Hammill

@andresrcs, I thought about adding this too. The only issue is that it is not supported by handsontable, at least in the version that we are restricted to using due...

Hi @palderman, this feature has been on my to do list for a while now (#14) but I haven't had time to look at it further. I would be more...

Looks like a good starting point. I have played around with colouring cells and it is complicated. For DataEditR to work, we need to set `useTypes = FALSE` in `rhandsontable()`...

@BarqueRodrigues can you poibt me to exactly where that line exists in the code? I can take a look. Given that it is an error I probably put it there...

So you are using `col_readonly`? In that case it must match the columns in the data. What is your use case? You have some code I can look at?

@higgi13425, thanks for the feedback! 1. `rhandsontable` does support column types but unfortunately it removes the ability to add/remove rows/columns. To get around this, `DataEditR` does not assign column types...

@higgi13425, I like the idea of validating column entries. I guess I could do something like this for numeric columns: ```{r} data_edit(mtcars, col_validate = list(vs = c(0,1)) # make sure...

Looking at my previous comments, I think it would be a better idea to extend this functionality to `col_options()` instead. The reason for this is that if levels are set...

Adding a note to take a look at the [pointblank](https://github.com/rich-iannone/pointblank) package when I get time to address this request.

@SgtVil, this is weird. There are a lot of updates coming to `cyto_plot()` and its family members this week, hopefully it will solve this issue for you. I will let...