Open franknarf1 opened 6 years ago
Resources to review:
Re fancy stuff / r internals:
ls(envir = baseenv(), pattern="^\\.", all.names=TRUE)
: .Last.value
, .Platform
, .Machine
, .Library
, .Traceback
, .Devices
, .packages()[]
, etc. I'm not sure if .Options
or options()
is more kosher.RShowDoc("R-ints", type = "html")
file.path(Sys.getenv("R_USER"), "Rconsole")
External resources
Writing improvements
i
should refer explicitly to rows, not vaguer "subset" (I'm reviewing Arun's useR 2019 slides) which can also describe per-group subset and column subset. (All three meanings apply to .SD)