is_seqFormat: Test 'AptName' Format

View source: R/is-seqFormat.R

is_seqFormatR Documentation

Test AptName Format

Description

Test whether an object is in the new seq.XXXX.XX format.

Usage

is_seqFormat(x)

Arguments

x

The object to be tested.

Value

A logical indicating whether x contains AptNames consistent with the new format, beginning with a seq. prefix.

Author(s)

Stu Field, Eduardo Tabacman

Examples

# character S3 method
is_seqFormat(names(example_data))   # no; meta data not ^seq.
is_seqFormat(tail(names(example_data), -20L))   # yes

# soma_adat S3 method
is_seqFormat(example_data)

SomaLogic/SomaDataIO documentation built on Feb. 8, 2025, 12:19 p.m.