Skip to contents

This function retrieves the data dictionary for the specified data directory.

Usage

get_metadata(data_dir = get_data_dir())

Arguments

data_dir

The directory where the data is stored. Defaults to the value returned by get_data_dir().

Value

The data dictionary.

Examples

# Get the data dictionary for the default data directory
if (FALSE) {
metadata = get_metadata()
names(metadata)
head(metadata)
}