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
orPOSIXt
. If given "date" is character, conversion to classPOSIXct
orPOSIXt
is attempted.