Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR R

read file in r EOF within quoted string

# the 'quote' argument is importent here
tab <- read.table(file, sep="	", header=FALSE, comment.char="#",
                  na.strings=".", stringsAsFactors=FALSE,
                  quote="", fill=FALSE)
Source by kbroman.org #
 
PREVIOUS NEXT
Tagged: #read #file #EOF #quoted #string
ADD COMMENT
Topic
Name
5+5 =