Hi!
I am using R to read my file and stuck with an error. I am new to R community. Any help is much appreciated. Here is the command and error:
decoder.file <- system.file("~/R/Splicejunction/annoFiles/decoder.bySample.txt",
-
package="JunctionSeq");
decoder <- read.table(decoder.file,
-
header=TRUE,
-
stringsAsFactors=FALSE);
Error in read.table(decoder.file, header = TRUE, stringsAsFactors = FALSE) :
no lines available in input
In addition: Warning message:
In file(file, "rt") :
file("") only supports open = "w+" and open = "w+b": using the former