R/wrappers.R

Defines functions restez_rl

Documented in restez_rl

#' @name restez_rl
#' @title Restez readline
#' @description Wrapper for base readline.
#' @param prompt character, display text
#' @return character
#' @family private
restez_rl <- function(prompt) {
  base::readline(prompt)
}

Try the restez package in your browser

Any scripts or data that you put into this service are public.

restez documentation built on Oct. 25, 2023, 5:06 p.m.