Error in `data_color()` at .../tabsplots.R:1300:2:
! `method` must be one of "auto", "numeric", "bin", "quantile", or "factor", not "bins".
βΉ Did you mean "bin"?
Insane error reporting in gt package of R. Thumbs up to @riannone#rstats must retweet
Error in `+.gg`:
! Cannot use `+` with a single argument
βΉ Did you accidentally put `+` on a new line?
This is insane level of error catching. Kudos @hadleywickham ...you are closing in on chatgpt from the human side.
#rstats
We are looking for a #rstat freelancer, working remotely, having expertise in shiny R, and R packages data.table, DT, sf [spatial features for mapping] and httr [for REST API]. Skills in ubuntu, networking and security and mariadb will be added benefit. Pls DM me if interested.
#rstats the biggest pain of R is this: Figuring out the arguments of a function with pass through parameters often shown as . . .
Why can't package authors include those arguments explicitly in the documentation of their package?
#rstat users: Has anyone tried chatgpt to improve R code like this (example given is python). Surely we will get interesting examples. Please share yours.
@ChBurkhart Oh, walk is used all the time when output is written to files and not returned, unlike the map family where output is necessarily returned.