vec_ptype_abbr.fe_species_ger_nfi_2012 {ForestElementsR}R Documentation

Abbreviation for the fe_species_ger_nfi_2012 Type

Description

Provide an abbreviated name for the class fe_species_ger_nfi_2012 to be displayed in tibbles and str()

Usage

## S3 method for class 'fe_species_ger_nfi_2012'
vec_ptype_abbr(x, ...)

Arguments

x

An object of type fe_species_ger_nfi_2012

...

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_ger_nfi_2012(as.character(c(10, 20, 50)))
vctrs::vec_ptype_abbr(spec_ids)
str(spec_ids)


[Package ForestElementsR version 2.1.0 Index]