Skip to contents

Creates a ProjectHeaders S3 class object.

Usage

ProjectHeaders(...)

Arguments

...

Arguments to be added as headers. Note that all given arguments must be of length one. There is no type limitations. The name of the argument becomes the name of the header entry. Alternatively, a single list argument with the headers (all length one) can be given.

Value

A ProjectHeaders S3 class object.

Note

If an argument or element name is given, it must be type character. If an argument or element file is given, it must be type character and exist on disk. If an argument or element date is given, it must be class POSIXct or POSIXt. If given date is character, conversion to class POSIXct or POSIXt is attempted.