Learn R Programming

read.abares (version 2.0.0)

read_clum_commodities: Read ABARES' Catchment Scale "Land Use of Australia" Commodities Shapefile

Description

Download (if desired) catchment level land use commodity data shapefile and import it into your active R session after correcting invalid geometries.

Usage

read_clum_commodities(x = NULL)

Value

An sf::sf() object.

Arguments

x

A file path providing the file with the data to be imported. The file is assumed to be unarchived (i.e., still zipped). This function does not provide any checking whether this function is the proper function for the provided file. Defaults to NULL, assuming that the file will be downloaded in the active R session.

References

ABARES 2024, Catchment Scale Land Use of Australia – Update December 2023 version 2, Australian Bureau of Agricultural and Resource Economics and Sciences, Canberra, June, CC BY 4.0, DOI: tools:::Rd_expr_doi("10.25814/2w2p-ph98").

Examples

Run this code
if (FALSE) { # interactive()
clum_commodities <- read_clum_commodities()

clum_commodities
}

Run the code above in your browser using DataLab