get_PFTC_envelope_codes: creates unique envelope codes

View source: R/get_PFTC_envelope_code.R

get_PFTC_envelope_codesR Documentation

creates unique envelope codes

Description

Function to create unique hashcodes

Usage

get_PFTC_envelope_codes(seed, prefix = "", as.3.5 = TRUE)

Arguments

seed

integer seed value

prefix

Project specific prefix. Defaults to an empty string.

as.3.5

logical using 3.5 version or not

Details

Peru - PFTC3 and Peru - Puna: seed = 1; Svalbard - PFTC4: seed = 32; Peru - PFTC5 seed = 6, PFTC6 = 49 + as.3.5 = FALSE. Codes are not guaranteed to be unique between the different seeds, unless you use the unique_PFTC_envelope_codes

Value

tibble with IDs

Examples

get_PFTC_envelope_codes(seed = 1)

audhalbritter/PFTCFunctions documentation built on June 30, 2024, 2 p.m.