R/http.R
rbindlistx.Rd
Performs the equivalent of do.call("rbind", x) on data.frames, but much faster.
rbindlistx(x)
A list containing data.table, data.frame, or list objects.
An unkeyed data.table containing a concatenation of all the items passed in.