renormalizeColumns.Rd
"Unflattening" selected columns to a table with more rows
renormalizeColumns(x, .map, .keys)
a data.frame
has format list(foreign_key = list(primary_key = vector_of_column_defining_unique_record))
list(foreign_key = list(primary_key = vector_of_column_defining_unique_record))
has formatlist(new_column_name = vector_of_old_column_names)
list(new_column_name = vector_of_old_column_names)