Nothing
# Wrappers around imported functions to make mocking easier with:
# - testthat::with_mocked_bindings
# - testthat::local_mocked_bindings
#
browse_url <- function(...) utils::browseURL(...)
is_online <- function(...) pingr::is_online(...)
ping_port <- function(...) pingr::ping_port(...)
status_code <- function(...) httr::status_code(...)
skip <- function(...) testthat::skip(...)
readline <- function(...) base::readline(...)
str_detect <- function(...) stringr::str_detect(...)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.