Displaying 1 result from an estimated 1 matches for "liborswap".
2010 Feb 23
2
Importing a file to r
...invalid object parameter
> res <- read.xlsx("C:/Users/FELIPE PARRA/Documents/Quantil/Federacion/Curva
LIBOR.xlsx", 4)
Error en .jcall(rowCells[[ic]], "I", "getColumnIndex") :
RcallMethod: invalid object parameter
> res <- read.xlsx(file, sheetName="LIBORSWAP")
Error en .jcall(rowCells[[ic]], "I", "getColumnIndex") :
RcallMethod: invalid object parameter
does anybody knows what does this error means? Or do you have nay idea what
is a good way of importing big EXCEL files to R. Thank you
Felipe Parra