is_seqFormat | R Documentation |
AptName
FormatTest whether an object is in the new seq.XXXX.XX
format.
is_seqFormat(x)
x |
The object to be tested. |
A logical indicating whether x
contains AptNames
consistent
with the new format, beginning with a seq.
prefix.
Stu Field, Eduardo Tabacman
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.