I am trying to run a package written in java which calls out an R package 2.11 and I am getting this error:
> rm(list=ls())
> args <- commandArgs(TRUE)
> options(digits=7)
>
> read.table(args[1],header=F)->x
Error in read.table(args[1], header = F) : no lines available in input
Execution halted
I wonder what is the problem, is it possible to change setting not to get this error?