Closed bkmargetts closed 5 years ago
Apologies for the code formatting - not sure what happened there!
Hello Ben,
Thanks for reporting the issue, backtrace was indeed opaque...
It was a problem generating the filter expression in filter_DF
module.
Should work now.
Victor
PS : I'll respond to your email too, quick answer is we've no concern you use {esquisse} as described.
Thanks Victor, that seems to have fixed it.
All the best, Ben
Hi,
I'm trying to reproduce some of Esquisse's functionality using the Shiny modules referenced in the documentation without relying on the fact that much of this functionality is accessible through the main Esquisse interface.
I've been having some trouble parsing reactive output from the coerce module over to the esquisse ggplot2 UI. When coercing a variable to a factor and 'saving' the changes via a button, I get the following error - Error in Summary.factor: ‘max’ not meaningful for factors. I'm not clear where this is being called or why one of the modules is trying to determine the max value for a coerced factor. The issue may be my Shiny code, or it may be a bug. Let me know your thoughts, thanks!
ui.R script:
server.R script: