Skip to contents

The 'tab_perutimber_position' reports the position (in term of number of rows) of the first three letters (triphthong) for the plant names stored in the variable 'accepted_name' of the table 'tab_perutimber'. This indexing system speeds up of the search on the largest list using the package.

Usage

tab_perutimber_position

Format

A data frame with 399 observations on the following 3 variables.

position

A character vector. It is the position of the first 3 letters of the species name in the tab_perutimber.

triphthong

A character vector. First 3 letters of the species name in the tab_perutimber.

genus

A character vector. Corresponding Genus name.

Examples


data(tab_perutimber_position)
str(tab_perutimber_position)
#> 'data.frame':	399 obs. of  3 variables:
#>  $ position  : int  1 2 3 4 6 7 8 9 13 19 ...
#>  $ triphthong: chr  "LIN" "SAU" "ALZ" "ANA" ...
#>  $ genus     : chr  "LINDACKERIA" "SAURAUIA" "ALZATEA" "ANACARDIUM" ...