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/R-ToolBox documentation built on March 26, 2024, 5:16 a.m.