Victor Perrier
Victor Perrier
**Goal** : use a DBI connection to import a table Features: * Use existing DBI connection from Global Env ? * Interface to connect to a DB with `DBI::dbConnect` ?...
Hello, Is it possible to get sorting options in a shiny application ? On which columns is the table sorted and in which order. Something like : ```r getReactableState("table", "sort")...
Hello, A little feature request : it could be interesting to included directories of scripts sourced with [`sourceDirectory`](https://henrikbengtsson.github.io/R.utils/reference/sourceDirectory.html), or even better declare a list of sourcing calls to watch for...
Goal : create an output format for R markdown documents. Exemple : https://github.com/dreamRs/wired/blob/435b6f78315c244da6d614f202d603d382833527/inst/rmarkdown/example.Rmd#L12 What we can do ? * wrap plots in `wired-image` * wrap other outputs in `wired-card` ?...
Hello ! I've added support for `shinyWidgets::virtualSelectInput()`. To test it you can use: ```r library(shiny) library(shinyWidgets) library(shinyFeedback) ui
The order of options returned by getSelected() is not the same as in the select element : Here's a codepen to reproduce the issue : https://codepen.io/pvictor-r/pen/LYKMQPV Mentionned here : https://github.com/brianvoe/slim-select/issues/565,...