Reveal helper. cuts column into multiple in reveal
split_mult(x, col, pattern = "_", into = NULL, prefix = "var", sep = "")
data frame
character
regex by which to split
names of columns - character vector of length of n splits
if into not specified, names created "prefix(sep)index"
separator of prefix and index
modified from this thread on stackoverflow