View source: R/fe_species_master.R
is_fe_species_master | R Documentation |
Check if an Object is a fe_species_master species code vector
is_fe_species_master(x)
x |
An object |
TRUE
if the object inherits from the
fe_species_master
class
spec_ids <- new_fe_species_master(
c("picea_001", "fagus_001", "quercus_002", "quercus_001")
)
is_fe_species_master(spec_ids)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.