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 = NULL)

Arguments

x

A read.abares.topsoil.thickness 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.

See also

Examples

if (FALSE) { # interactive()
print_topsoil_thickness_metadata()
}