Try options(datatable.verbose=TRUE) globally or setting the verbose argument in [] syntax for each query.
I don't think it currently prints what you've mentioned, but the principle is there. If you provide short examples, and what you'd like printed in verbose mode, it should be doable. "mbacou" <[email protected]> wrote in message news:[email protected]... > > Just throwing a more generic question that probably doesn't belong here, > but > is there any way with R to get more detailed verbose after common > operations > on data.frame or data.table (such as deleting, updating, subsetting or > joining rows) similar to what you get in either SQL, SAS or STATA -- I > mean > the standard "xx rows affected" or "xx rows matched" message? > > I know this can be achieved with extra lines of code, but how many of us > really check every step manually? > > I found myself repeatedly throwing commands (especially subsetting) that > do > nothing because of small typos and not always realizing. > > Thanks, --Mel. > -- > View this message in context: > http://r.789695.n4.nabble.com/Detailed-verbose-after-common-data-operations-tp3077538p3077538.html > Sent from the datatable-help mailing list archive at Nabble.com. _______________________________________________ datatable-help mailing list [email protected] https://lists.r-forge.r-project.org/cgi-bin/mailman/listinfo/datatable-help
