Skip to contents

The Metadata S7 class holds information, such as name, date, author and file, as a named list with elements of length one.

Usage

Metadata(entries = list())

Arguments

entries

Named list with metadata entries. Note that all given elements must be named and of length one. If an element "name" is given, it must be type character. If an element "date" is given, it must be class POSIXct or POSIXt. If given "date" is character, conversion to class POSIXct or POSIXt is attempted.

Value

A Metadata S7 class object.

Slots

entries

List object with metadata entries as elements of length one.