Nothing
#' Wrapper of polite bow() for testing purposes
#'
#' @noRd
#'
bow_wrapper <- polite::bow
#' Wrapper of base Sys.sleep for testing purposes
#'
#' @noRd
#'
sys_sleep_wrapper <- function(time) {
base::Sys.sleep(time = time)
}
#' Wrapper of polite scrape for testing purposes
#'
#' @noRd
#'
scrape_wrapper <- polite::scrape
#' Wrapper of base file.exists for testing purposes
#'
#' @keywords internal
#' @noRd
#'
file_exists_wrapper <- function(...) {
base::file.exists(...)
}
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.