and I'd use rig to install one or more versions of R (github.com/r-lib/rig)
(my macbook's logic board failed and is being replaced, so I'll be doing all this set up myself soon 😬)
and I'd use rig to install one or more versions of R (github.com/r-lib/rig)
(my macbook's logic board failed and is being replaced, so I'll be doing all this set up myself soon 😬)
so format() returns character and print() just cat's that and adds newlines
I also think you want print() to return the original object invisibly
so format() returns character and print() just cat's that and adds newlines
I also think you want print() to return the original object invisibly
if the first 1000 lines are blank, the column type is guessed as logical, and later entires are coerced to logical (presumably NA)
if the first 1000 lines are blank, the column type is guessed as logical, and later entires are coerced to logical (presumably NA)