nir4most

Results 2 issues of nir4most

Example to show issue encountered when attempting to pivot a formatted data.frame. Reprex: ``` library(formattable) library(tidyr) (exampledf_unformatted

I would like to understand a best practice way to log a shiny app, so as to track the console, which will also include shiny error traces from shiny::devmode. If...