Check whether the requested soils attribute is available for the requested soils product.
check_avail(product = NULL, attribute = NULL)
product | Character, one of the options from column 'Code' in
|
---|---|
attribute | Character, one of the options from column 'Code' in
|
Logical; TRUE if available
check_avail('NAT', 'CFG')#> [1] FALSEcheck_avail('SA', 'CFG')#> [1] TRUE