Comment by _Wintermute
1 day ago
In my opinion R should thought of as an unbeatable graphical calculator, but an awful programming language.
1 day ago
In my opinion R should thought of as an unbeatable graphical calculator, but an awful programming language.
The tinyverse collection of packages makes things a lot more sane, IMO:
True, but trying to wrap any of that into a function rather than simple scripts makes you delve into the ever-deprecated API for non-standard evaluation.
i would compare base R to basically a shell. meant to be used interactively. okay for small scripts. you can write big programs but it will get weird.