A function to find the indices of one matrix within another. The results will return the indices within the "header" vector where the values within "columns" were located.
ind = find_indices(header, columns)
a string vector of header labels
a vector of column labels to find within the header matrix
indices within the header data where the columns vector was found