View source: R/fe_species_bavrn_state.R
is_fe_species_bavrn_state | R Documentation |
Check if an Object is a fe_species_bavrn_state species code vector
is_fe_species_bavrn_state(x)
x |
An object |
TRUE
if the object inherits from the
fe_species_bavrn_state
class
spec_ids <- new_fe_species_bavrn_state(
as.character(c(40, 40, 30, 30, 60, 60, 60))
)
is_fe_species_bavrn_state(spec_ids)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.