@jangorecki requested we reconsider the upperCamel naming style, which doesn't match anything else inside [ currently:
|
"[.data.table" = function(x, i, j, by, keyby, with=TRUE, nomatch=NA, mult="all", roll=FALSE, rollends=if (roll=="nearest") c(TRUE,TRUE) else if (roll>=0) c(FALSE,TRUE) else c(TRUE,FALSE), which=FALSE, .SDcols, verbose=getOption("datatable.verbose"), allow.cartesian=getOption("datatable.allow.cartesian"), drop=NULL, on=NULL, env=NULL, showProgress=getOption("datatable.showProgress", interactive())) |
I put a poll with 4 options: showProgress, showprogress, show.progress, and show_progress; show.progress is preferred among those (3 days, 38+ responses).
A few respondents also suggested just plain progress= as another option -- any opinions on show.progress vs. progress? Personally I like show.progress as it makes it clearer this should be TRUE/FALSE. cc @joshhwuu as original PR author for vis.
@jangorecki requested we reconsider the upperCamel naming style, which doesn't match anything else inside
[currently:data.table/R/data.table.R
Line 130 in 6cee825
I put a poll with 4 options:
showProgress,showprogress,show.progress, andshow_progress;show.progressis preferred among those (3 days, 38+ responses).A few respondents also suggested just plain
progress=as another option -- any opinions onshow.progressvs.progress? Personally I likeshow.progressas it makes it clearer this should beTRUE/FALSE. cc @joshhwuu as original PR author for vis.