Skip to contents

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.

Usage

print_topsoil_thickness_metadata(x)

Arguments

x

A read.abares.topsoil.thickness.files object.

Value

Nothing, called for its side effects, it prints the complete metadata file to the R console.

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.

Examples

if (FALSE) { # interactive()
get_topsoil_thickness(cache = TRUE) |>
  print_topsoil_thickness_metadata()
}