R/Collapse.CH.R

Collapse.CH <-
function (ch = ch$ch_split) 
{
    ch_vec = apply(ch, 1, paste, collapse = "")
    ch = data.frame(ch = ch_vec)
    ch["ch"] = as.character(ch$ch)
    return(ch)
}

Try the EasyMARK package in your browser

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

EasyMARK documentation built on May 2, 2019, 2:45 p.m.