Learn R Programming

ForestElementsR (version 2.0.1)

is_fe_species_tum_wwk_long: Check if an Object is a fe_species_tum_wwk_long species code vector

Description

Check if an Object is a fe_species_tum_wwk_long species code vector

Usage

is_fe_species_tum_wwk_long(x)

Value

TRUE if the object inherits from the fe_species_tum_wwk_long class

Arguments

x

An object

Examples

Run this code
spec_ids <- new_fe_species_tum_wwk_long(
  as.character(c(70, 61, 88, 88, 10, 971, 32))
)
is_fe_species_tum_wwk_long(spec_ids)

Run the code above in your browser using DataLab