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_soil_thickness for an example using pander::pander to print the metadata.

Usage

print_soil_thickness_metadata(x)

Arguments

x

A read.abares.soil.thickness.files object.

Value

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

Examples

if (FALSE) { # interactive()
get_soil_thickness(cache = TRUE) |>
  print_soil_thickness_metadata()
}