Skip to contents

Represents a generic interval. Meant to be subclassed.

Represents the generation interval parameters.

Represents the delay interval parameters.

Represents the right truncation parameters.

Usage

Interval(path = character(0), blob_storage_container = character(0))

GenerationInterval(path = character(0), blob_storage_container = character(0))

DelayInterval(path = character(0), blob_storage_container = character(0))

RightTruncation(path = character(0), blob_storage_container = character(0))

Arguments

path

A string specifying the path to the generation interval CSV file.

blob_storage_container

Optional. The name of the blob storage container to get it from. If NULL, will look locally.

See also