DavZim
DavZim
Any opinions on this?
I tend to agree that the addin should not only work from clipboard but also from selected code. As we use `...` to pass all arguments to reprex, I am...
I guess they are broadly similar but with the added dependency of pasting the code as a gist. Let me quickly throw together a MWE so you can see what...
slightly off-topic... I love {box} and its functionality and the auto-reload/invalidate-cache functionality would help in my use-case a lot (I currently use box inside of shiny applications). This PR would...
It would be great to have some kind of structure in the way the different files are shown. For example, we could have something like the following `tabsetPanel/navbarMenu`, where R...
I have the same problem (with a a german or english locale). For example the `exclamation-triangle` icon throws a warning but renders fine in a shiny app. ``` This Font...
I am stuck at exactly the same situation. @glin I would be happy to help and create a PR for this. Do you know where I can start or if...
If I have a table in shiny called `"a_table"` I can get the filtered/selected/sorted data from the javascript console with `Reactable.getState("a_table").sortedData`. Or even better using `Reactable.getInstance("a_table").sortedFlatRows.map(x => x.index + 1);`...
The same error comes when using `glmnet`, where the prediction function needs to be `function(mdl, newdata) as.numeric(predict(mdl, newdata, s = best_lambda)))` (notice the `as.numeric()`, otherwise the predict function would return...
This is indeed wonderful. One quick question that I have regarding this solution, is it possible to also update the label of shapes?