R/Utilities.R
expandDT.Rd
Function to expand a data table so that the cells that are vectors are transposed and the rest repeated to fill the gaps
expandDT(DT, toExpand = NULL)
A data.table.
A vector of names of the tables to expand.