Skip to contents

Function to access metadata

Usage

metadata(data)

Arguments

data

Dataset imported using one of the phslookups functions, e.g. get_spd().

Value

Metadata tibble associated with dataset.

Examples

library(phslookups)
if (FALSE) { # \dontrun{
spd <- get_spd()
metadata(spd)
} # }