Aliases: showLog
Keywords:
### ** Examples if (interactive()) { library(shiny) shinyApp( ui = fluidPage( useShinyjs(), textInput("text", "Type something") ), server = function(input, output) { showLog() logjs("App started") observe({ logjs(paste("Length of text:", nchar(input$text))) }) } ) }
Error in loadNamespace(name): there is no package called 'webshot'