Learn R Programming

slga (version 1.2.0)

metadata_lscape: download SLGA landscape metadata

Description

Retrieves metadata from Soil and Landscape Grid of Australia landscape WCS endpoints in XML or list format.

Usage

metadata_lscape(product = NULL, req_type = "desc", format = "native")

Arguments

product

Character, one of the options from column 'Short_Name' in slga_product_info, where 'Type' = 'Landscape'.

req_type

Character; one of 'cap' or 'desc'. Defaults to 'desc'.

format

Character; one of 'xml' or 'native'. Defaults to 'native'.

Value

A list or xml document object, depending on the value of 'format'.

Examples

Run this code
# NOT RUN {
 slp_md <- slga::metadata_lscape('SLPPC', format = 'native')
 
# }

Run the code above in your browser using DataLab