well_to_row_let: Extracts letter from well ID.

View source: R/well.R

well_to_row_letR Documentation

Extracts letter from well ID.

Description

Extracts letter from well ID.

Usage

well_to_row_let(x)

Arguments

x

Well ID as string.

Value

a string which is the letter extracted from a well ID.

Examples

well_to_row_let(c("A10", "c3", "h12"))
well_to_row_let("H08")
well_to_row_let("h8")
well_to_row_let("C20")

rforbiochemists/wellr documentation built on March 28, 2024, 4:26 a.m.