Skip to content
Prev 59513 / 63430 Next

read.csv, worrying behaviour?

I believe this is documented behavior. The 'read.csv' function is a 
front-end to 'read.table' with different default values. IN this 
particular case, read.csv sets fill = TRUE, which means that it is 
supposed to fill incomplete lines with NA's. It also sets header=TRUE, 
which is presumably what it is using to determine the expected length of 
a line-row.
 ? -- Kevin

On 2/25/2021 4:11 AM, TAYLOR, Benjamin (BLACKPOOL TEACHING HOSPITALS NHS
FOUNDATION TRUST) via R-devel wrote: