df_arrange | R Documentation |
Reorders a dataframe by the time points, then by the rows then by the columns.
df_arrange(data, time = "time", well = "well")
data |
A dataframe with a time column and a well column. |
time |
The name of the column with the time points. |
well |
The name of the column with the well ID information. |
The input dataframe reordered.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.