Skip to contents

Previews a single metadata file for an object

Usage

preview_metadata(file_name)

Arguments

file_name

Path to an object to view its metadata

Value

A single row data frame consisting of metadata type and footnotes for the object supplied

Examples

if (FALSE) { # \dontrun{
preview_metadata("OUTPUTS/figures/myplot.png")
} # }