R/supported.R

#' Devices that can be detected with \{shinybrowser\}
#' @format NULL
#' @usage NULL
#' @export
SUPPORTED_DEVICES <- c("Mobile", "Desktop")

#' Browsers that can be detected with \{shinybrowser\}
#' @format NULL
#' @usage NULL
#' @export
SUPPORTED_BROWSERS <- c("Firefox", "Chrome", "Edge", "Safari", "Opera", "Internet Explorer", "UNKNOWN")

#' Operating systems that can be detected with \{shinybrowser\}
#' @format NULL
#' @usage NULL
#' @export
SUPPORTED_OPERATING_SYSTEMS <- c("Windows", "Mac", "Linux", "iOS", "Android", "BlackBerry", "Windows Phone", "UNKNOWN")

Try the shinybrowser package in your browser

Any scripts or data that you put into this service are public.

shinybrowser documentation built on May 18, 2022, 5:18 p.m.