Rescale the data frame values in order to graph a dual y axis plot
dual_y_table(df, y_left, y_right)
A list containing the rescaled data frame and the transformation formula.
data frame provided by build_table
function.
string vector with column names of the variables to plot in the left y axis.
string vector with column names of the variables to plot in the right y axis.