#' 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")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.