Find Out Information About a User's Web Browser in 'Shiny'
Detect a user's browser information
Get all information about user's browser
Get user's browser
Get user's device (mobile or desktop)
Get user's operating system
Get user agent string from the browser
Get user's browser dimensions (in pixels)
Is the user using Chrome?
Is the user using Firefox?
Is the user using Internet Explorer?
Is the user on a desktop device?
Is the user on a mobile device?
Is the user on Mac?
Is the user on Windows?
Browsers that can be detected with {shinybrowser}
Devices that can be detected with {shinybrowser}
Operating systems that can be detected with {shinybrowser}
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.
Useful links