#' System Focused Condition Helpers
#'
#' @export
system_has_internet <- function() {
curl::has_internet()
}
# system_is_windows <- function() {
#
# }
#
# system_is_mac <- function() {
#
# }
#
# system_is_linux <- function() {
#
# }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.