vec_ptype_abbr.fe_species_bavrn_state_short {ForestElementsR} | R Documentation |
Abbreviation for the fe_species_bavrn_state_short Type
Description
Provide an abbreviated name for the class fe_species_bavrn_state_short
to be displayed in tibbles and str()
Usage
## S3 method for class 'fe_species_bavrn_state_short'
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_bavrn_state_short(as.character(c(2, 4, 6)))
vctrs::vec_ptype_abbr(spec_ids)
str(spec_ids)
[Package ForestElementsR version 2.1.0 Index]