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.5)shinybrowser_1.0.0.9001.zip(r-4.4)shinybrowser_1.0.0.9001.zip(r-4.3)
shinybrowser_1.0.0.9001.tgz(r-4.4-any)shinybrowser_1.0.0.9001.tgz(r-4.3-any)
shinybrowser_1.0.0.9001.tar.gz(r-4.5-noble)shinybrowser_1.0.0.9001.tar.gz(r-4.4-noble)
shinybrowser_1.0.0.9001.tgz(r-4.4-emscripten)shinybrowser_1.0.0.9001.tgz(r-4.3-emscripten)
shinybrowser.pdf |shinybrowser.html✨
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 3 months agofrom:42354107d8. Checks:OK: 3 NOTE: 4. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 16 2024 |
R-4.5-win | NOTE | Nov 16 2024 |
R-4.5-linux | NOTE | Nov 16 2024 |
R-4.4-win | NOTE | Nov 16 2024 |
R-4.4-mac | NOTE | Nov 16 2024 |
R-4.3-win | OK | Nov 16 2024 |
R-4.3-mac | OK | Nov 16 2024 |
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:base64encbslibcachemclicommonmarkcrayondigestfastmapfontawesomefsgluehtmltoolshttpuvjquerylibjsonlitelaterlifecyclemagrittrmemoisemimepromisesR6rappdirsRcpprlangsassshinysourcetoolswithrxtable
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 |