R/check.dump.file.R

check.dump.file <- function (dump.location) 
{
    local({
        load(dump.location)
        base::ls()
    })
}
John-R-Wallace/R-ToolBox documentation built on April 22, 2024, 8:29 p.m.