R/appendHistory.R

Defines functions appendHistory

appendHistory <- function(beadLevelData, text) {
    return(c(beadLevelData@history, paste(Sys.time(), text, sep = ' ')))
}

Try the beadarray package in your browser

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

beadarray documentation built on Nov. 8, 2020, 4:51 p.m.