Added list_reduction
function.
Not really sure whether this package warrants a NEWS section, so maybe I'll just use this for any major changes.
Sometimes functoins disappear for a good reason. Here are some that have gone missing.
appendMe
: Like rbind()
but adds the source in the process. Just use rbindlist
from "data.table" with the idcol
argument instead. Much better....concat.split.DT
: Work in progress on an fread()
approach to concat.split()
from "splitstackshape". Now part of "splitstackshape" (since V1.4.0 and above). expandRows
: Expand the rows of a data.frame
by a column in the data.frame
or by a specified vector. Now a part of "splitstackshape".ftable2df
ftable2dt
: Converts the output of ftable()
to a data.table
. NOTE: Changed from data.frame
to data.table
.Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.