slga_filenamer: Filename generator

View source: R/helpers.R

slga_filenamerR Documentation

Filename generator

Description

generates a filename for an SLGA raster request

Usage

slga_filenamer(
  product = NULL,
  attribute = NULL,
  component = NULL,
  depth = NULL
)

Arguments

product

Character, one of the options from column 'Code' in codeslga_product_info where Type = 'Soil'.

attribute

Character, one of the options from column 'Code' in codeslga_attribute_info.

component

Character, one of 'ALL', 'VAL', 'CIS', 'CLO', or 'CHI'. Defaults to 'ALL'.

depth

Integer from 1 to 6.

Value

filename string


obrl-soil/slga documentation built on Feb. 3, 2024, 4:31 a.m.