powered by
Retrieves metadata from Soil and Landscape Grid of Australia landscape WCS endpoints in XML or list format.
metadata_lscape(product = NULL, req_type = "desc", format = "native")
Character, one of the options from column 'Short_Name' in slga_product_info, where 'Type' = 'Landscape'.
slga_product_info
Character; one of 'cap' or 'desc'. Defaults to 'desc'.
Character; one of 'xml' or 'native'. Defaults to 'native'.
A list or xml document object, depending on the value of 'format'.
# NOT RUN { slp_md <- slga::metadata_lscape('SLPPC', format = 'native') # }
Run the code above in your browser using DataLab