
Get topsoil thickness for 'Australian Areas of Intensive Agriculture of Layer 1' for local use
Source:R/get_topsoil_thickness.R
get_topsoil_thickness.Rd
Get topsoil thickness for 'Australian Areas of Intensive Agriculture of Layer 1' for local use
Arguments
- cache
Caches the topsoil thickness data files after download using
tools::R_user_dir()
to identify the proper directory for storing user data in a cache for this package. Defaults toTRUE
, caching the files locally. IfFALSE
, this function usestempdir()
and the files are deleted upon closing of the active R session.
Value
A read.abares.topsoil.thickness
object, which is a named list()
with the fs::path_file()
of the data file and text file of metadata.
Details
The topsoil thickness data will be saved as a GeoTIFF file in the user's
cache if cache = TRUE
.
Note
A custom print()
method is provided that will print the metadata associated
with these data. Examples are provided for interacting with the metadata
directly.
See also
Other topsoil_thickness:
print_topsoil_thickness_metadata()
,
read_topsoil_thickness_stars()
,
read_topsoil_thickness_terra()