R/enter.R

enter <-
function(argument, example = "none", what = "", ...){
    cat("\n\tWhat is the argument ", mark(argument, F),
        " ? - ex: ", mark(example, F), "\n\t\t")
    scan(what = what, ...)
}

Try the ilc package in your browser

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

ilc documentation built on May 2, 2019, 5:07 a.m.