make_sim_weights_matrix.Rd
Takes a long dataframe of symbol, date, target_weight and returns a wide matrix of date, and columns for target weights for each symbol.
Helper function for wrangling data into the required shape for simulation.
make_sim_weights_matrix(weights)
Long dataframe of symbol, date, target_weight
Wide matrix of date, and columns for target weights for each symbol