R/import.excel.R

import.excel <- function (PATH, ...) 
{
    tmp <- get.subs(.Path, "/")
    read.xls(print(paste(c(tmp[1:(length(tmp))], PATH), collapse = "\\")), 
        ..., perl = "W:\\perl\\bin\\perl.exe")
}
John-R-Wallace-NOAA/JRWToolBox documentation built on Sept. 23, 2024, 1:16 a.m.