R/readkey.R

Defines functions readkey

readkey <- function(){
  
  readline(prompt = "
           Press [enter] to continue
           ")
  }
StanWijn/cemtool documentation built on April 8, 2020, 1:42 p.m.