metadata_lscape | R Documentation |
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")
product |
Character, one of the options from column 'Short_Name' in
|
req_type |
Character; one of 'cap' or 'desc'. Defaults to 'desc'. |
format |
Character; one of 'xml' or 'native'. Defaults to 'native'. |
A list or xml document object, depending on the value of 'format'.
Parameter ‘product' is optional for 'req_type = ’desc'', leave out to get metadata for all available landscape products.
slp_md <- slga::metadata_lscape('SLPPC', format = 'native')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.