df_arrange: Reorder a DatFrame

View source: R/rl_functions.R

df_arrangeR Documentation

Reorder a DatFrame

Description

Reorders a dataframe by the time points, then by the rows then by the columns.

Usage

df_arrange(data, time = "time", well = "well")

Arguments

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.

Value

The input dataframe reordered.


BradyAJohnston/reluxr documentation built on March 20, 2023, 5:09 a.m.