R/fnd.R

fnd <-
function (x, ...) 
{
    if (mode(x) == "character" && length(x) == 1) 
        find(x, simple.words = F)
    else find(deparse(substitute(x)), ...)
}

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.