
Display complete metadata associated with soil thickness data
Source:R/get_topsoil_thickness.R
print_topsoil_thickness_metadata.Rd
Displays the complete set of metadata associated with the soil thickness
data in your R console. For including the metadata in documents or other
methods outside of R, see get_topsoil_thickness()
for an example using
pander::pander()
to print the metadata.
Note
The original metadata use a title of "Soil Thickness", in the context of this package, we refer to it as "Topsoil Thickness" to be consistent with the actual values in the data.
See also
Other topsoil_thickness:
get_topsoil_thickness()
,
read_topsoil_thickness_stars()
,
read_topsoil_thickness_terra()
Examples
if (FALSE) { # interactive()
get_topsoil_thickness(cache = TRUE) |>
print_topsoil_thickness_metadata()
}