vec_ptype_abbr.fe_species_tum_wwk_long {ForestElementsR} | R Documentation |
Abbreviation for the fe_species_tum_wwk_long Type
Description
Provide an abbreviated name for the class fe_species_tum_wwk_long
to
be displayed in tibbles and str()
Usage
## S3 method for class 'fe_species_tum_wwk_long'
vec_ptype_abbr(x, ...)
Arguments
x |
An object of type |
... |
Other parameters (not used) |
Value
The abbreviation to be displayed for the species coding
(character
) in tibbles and in str()
Examples
spec_ids <- fe_species_tum_wwk_long(as.character(c(10, 50, 87, 813)))
vctrs::vec_ptype_abbr(spec_ids)
str(spec_ids)
[Package ForestElementsR version 2.1.0 Index]