inst/shiny/sdcApp/controllers/ui_errors_general.R

output$ui_lastwarning <- renderPrint({
  cat(lastWarning())
})

output$ui_lasterror <- renderPrint({
  cat(lastError())
})

Try the sdcMicro package in your browser

Any scripts or data that you put into this service are public.

sdcMicro documentation built on May 29, 2024, 4:24 a.m.