Get soil thickness for 'Australian Areas of Intensive Agriculture of Layer 1' for local use
Source:R/get_soil_thickness.R
get_soil_thickness.Rd
Get soil thickness for 'Australian Areas of Intensive Agriculture of Layer 1' for local use
Arguments
- cache
Caches the soil 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.A custom
print
method is provided that will print the metadata associated with these data. Examples are provided for interacting with the metadata directly.
Value
A read.abares.soil.thickness
object, which is a named list
with
the file path of the resulting ESRI Grid file and text file of
metadata.
See also
Other soil_thickness:
print_soil_thickness_metadata()
,
read_soil_thickness_stars()
,
read_soil_thickness_terra()