R/as.data.frame.summary.opticut.R

Defines functions as.data.frame.summary.opticut

Documented in as.data.frame.summary.opticut

as.data.frame.summary.opticut <-
function(x, row.names = NULL, optional = FALSE, cut, sort, ...)
{
    if (missing(cut))
        cut <- getOption("ocoptions")$cut
    if (missing(sort))
        sort <- getOption("ocoptions")$sort
    .summary_opticut(x, cut=cut, sort=sort)
}

Try the opticut package in your browser

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

opticut documentation built on May 2, 2019, 5:09 a.m.