Package: shinybrowser 1.0.0.9001
shinybrowser: Find Out Information About a User's Web Browser in 'Shiny'
Sometimes it's useful to know some information about your user in a 'Shiny' app. The available information is: browser name (such as 'Chrome' or 'Safari') and version, device type (mobile or desktop), operating system (such as 'Windows' or 'Mac' or 'Android') and version, and browser dimensions.
Authors:
shinybrowser_1.0.0.9001.tar.gz
shinybrowser_1.0.0.9001.zip(r-4.7)shinybrowser_1.0.0.9001.zip(r-4.6)shinybrowser_1.0.0.9001.zip(r-4.5)
shinybrowser_1.0.0.9001.tgz(r-4.6-any)shinybrowser_1.0.0.9001.tgz(r-4.5-any)
shinybrowser_1.0.0.9001.tar.gz(r-4.7-any)shinybrowser_1.0.0.9001.tar.gz(r-4.6-any)
shinybrowser_1.0.0.9001.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
shinybrowser/json (API)
NEWS
| # Install 'shinybrowser' in R: |
| install.packages('shinybrowser', repos = c('https://daattali.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/daattali/shinybrowser/issues
Last updated from:42354107d8. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 116 | ||
| source / vignettes | OK | 206 | ||
| linux-release-x86_64 | NOTE | 110 | ||
| macos-release-arm64 | NOTE | 81 | ||
| macos-oldrel-arm64 | NOTE | 81 | ||
| windows-devel | NOTE | 83 | ||
| windows-release | NOTE | 55 | ||
| windows-oldrel | NOTE | 60 | ||
| wasm-release | OK | 108 |
Exports:detectget_all_infoget_browserget_browser_versionget_deviceget_heightget_osget_os_versionget_user_agentget_widthis_browser_chromeis_browser_firefoxis_browser_ieis_device_desktopis_device_mobileis_os_macis_os_windowsSUPPORTED_BROWSERSSUPPORTED_DEVICESSUPPORTED_OPERATING_SYSTEMS
Dependencies:base64encbslibcachemclicommonmarkdigestfastmapfontawesomefsgluehtmltoolshttpuvjquerylibjsonlitelaterlifecyclemagrittrmemoisemimeotelpromisesR6rappdirsRcpprlangsassshinysourcetoolswithrxtable
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Detect a user's browser information | detect |
| Get all information about user's browser | get_all_info |
| Get user's browser | get_browser get_browser_version |
| Get user's device (mobile or desktop) | get_device |
| Get user's operating system | get_os get_os_version |
| Get user agent string from the browser | get_user_agent |
| Get user's browser dimensions (in pixels) | get_height get_width |
| Is the user using Chrome? | is_browser_chrome |
| Is the user using Firefox? | is_browser_firefox |
| Is the user using Internet Explorer? | is_browser_ie |
| Is the user on a desktop device? | is_device_desktop |
| Is the user on a mobile device? | is_device_mobile |
| Is the user on Mac? | is_os_mac |
| Is the user on Windows? | is_os_windows |
| Browsers that can be detected with {shinybrowser} | SUPPORTED_BROWSERS |
| Devices that can be detected with {shinybrowser} | SUPPORTED_DEVICES |
| Operating systems that can be detected with {shinybrowser} | SUPPORTED_OPERATING_SYSTEMS |
