View source: R/get_navigator_info.R View source: R/appInfoModule.R
get_navigator_info | R Documentation |
When run, input$navigatorInfo is created, a list with lots of info on your system, including Shiny session clientdata (user, url, port, etc.), navigator info (window size, screen size, resolution), and browser info (using bowser.js), version, and platform (win/mac/mobile etc.).
When run, input$navigatorInfo is created, a list with lots of info on your system, including Shiny session clientdata (user, url, port, etc.), navigator info (window size, screen size, resolution), and browser info (using bowser.js), version, and platform (win/mac/mobile etc.).
get_navigator_info(session = getDefaultReactiveDomain())
get_navigator_info(session = getDefaultReactiveDomain())
session |
The session object. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.