Check whether the requested soils attribute is available for the requested soils product.

check_avail(product = NULL, attribute = NULL)

Arguments

product

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

attribute

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

Value

Logical; TRUE if available

Examples

check_avail('NAT', 'CFG')
#> [1] FALSE
check_avail('SA', 'CFG')
#> [1] TRUE