Reorders a dataframe by the time points, then by the rows then by the columns.
df_arrange(data, time = "time", well = "well")
A dataframe with a time column and a well column.
The name of the column with the time points.
The name of the column with the well ID information.
The input dataframe reordered.