is_well_id: Logical test for well ID format.

View source: R/well.R View source: R/read.R

is_well_idR Documentation

Logical test for well ID format.

Description

Logical test for well ID format.

Usage

is_well_id(x)

Arguments

x

A string vector.

Value

A logical vector.

Examples

is_well_id(c("a12", "a2", "a02", "foo1"))

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