R/setters.R

# Setters which summary to use This function to assign which type of summary function to use param type 'average' or 'coverage' return summary functions to use keywords
# internal



set_summary <- function(type) {
    table_summarize <- table_summarize.coverage
    table_summarize
}

Try the dfConn package in your browser

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

dfConn documentation built on June 14, 2019, 1:02 a.m.