Skip to content

Comments in read.table

1 message · Brian Ripley

#
R-language file, yes
No.
Pre-process them with e.g. Perl to remove the comment lines, or
even with R itself (read in the lines, remove those starting with #,
write them out to a temp file and call read.table on the temp file).