R/alert_me.R

Defines functions alert_me

Documented in alert_me

#' @title alert_me
#' @description Returns alert in command prompt
#'

#' @return Janes equipment data.
#' @importFrom purrr imap_dfr
#' @importFrom tibble tibble
#' @importFrom jsonlite fromJSON
#' @importFrom stringr str_replace_all
#' @importFrom magrittr "%>%"
#' @importFrom stringr str_c
#' @importFrom purrr map
#' @export





alert_me <- function(){

  system('CMD /C "ECHO The R process has finished running && PAUSE"', invisible=FALSE, wait=FALSE)

}

#' @export
cgpeltier/cgp documentation built on March 26, 2021, 7:40 p.m.