I just noticed that I now have to explicitly state FALSE
when using such functions as read.csv
or setting printFlag
to FALSE
in mice
. Is this an update to RStudio or just a bug?
Sample:
read.csv(text="1,S0006,C000124,12Jan2017,179,7296
2,S0002,C000124,26Feb2017,109,7941
3,S0008,C000124,22Feb2017,190,4511
4,S0006,C000124,03Jan2017,150,7296
5,S0005,C000124,08Feb2017,120,5812
6,S0003,C000124,26Apr2017,46,7512",header=F)
fails with:
Error in !header : invalid argument type which can then be fixed by setting
header=FALSE
RStudio: $version
[1] ‘1.1.463’
R: 3.5.3RC