leungi
leungi
In the [source code](https://github.com/dreamRs/shinyWidgets/blob/b8e1f1371cb7eebdfc4565ad20c40595860813cd/R/module-pickerGroup.R#L264), editing the following resolves this: ```r # Line 260-267 lapply( X = vars, FUN = function(x) { tmp
Noted; thanks.
Hope there's future capability to do multi-entity filtering on character columns too 🤩
Not working for me 😞, even after turning on _Background graphics_. Also, I'd like to render it straight off Rmarkdown via `knitr` if possible; controlling the width is a challenge.
Indeed it is; I came across that post too. Thanks for referencing.
@glin: thanks for detailed info! Setting CSS media type to "screen" works 👍; this provides a workaround for current use case of "printing" `html` output as pseudo-pdf, with similar formatting....
> It looks like the mail should be sent not using the body attribute, but as a html attachment and that is used for the body currently. > > https://stackoverflow.com/questions/15828226/sending-messages-with-html-contents-using-the-mapi-control-in-vb6...
> option b would be to port the table to an image and embed the image in the mail a la {reprex} I was thinking along the same line, similar...
Current hacky workaround: ```r repo
I just tested again, and confirmed that both [CRAN](https://cran.rstudio.com/) and [cloud-r](https://cloud.r-project.org) contains the same source code `randomForest_4.6-14.tar.gz`. However, I still get the same error message as above when specifying the...