split_subplot_id: Split the SubplotID column into more useful individual...

View source: R/utils.R

split_subplot_idR Documentation

Split the SubplotID column into more useful individual columns

Description

Split the SubplotID column into more useful individual columns

Usage

split_subplot_id(df)

Arguments

df

A data.frame with a four-character subplot_id column

Value

The data frame with new columns replicate, plot, and subplot.

Examples

fortedata:::split_subplot_id(data.frame(subplot_id = "A01E"))

FoRTExperiment/fortedata documentation built on May 24, 2023, 4:51 a.m.