R/updateImap.R

updateImap <- function (quiet = FALSE, ...) 
{
    if(length(grep('Imap', search())) != 0)
        detach(pos = grep('Imap', search()))
    JRWToolBox::lib("John-R-Wallace-NOAA/Imap", quiet = quiet, ...)
}
John-R-Wallace-NOAA/Imap documentation built on April 1, 2024, 8:31 p.m.