span: Create a Span instance to restrict conditions based on...

Description Usage Arguments Value

Description

Create a Span instance to restrict conditions based on within/after/min/max/exactly.

Usage

1
2
span(query, within = NULL, after = NULL, min = NULL, max = NULL,
  exactly = NULL)

Arguments

within

The maximum distance in time between the end of the previous span and the start of this span.

after

The minimum distance in time between the end of the previous span and the start of this span.

min

The minimum valid span duration 'delta()'.

max

The maximum valid span duration 'delta()'.

exactly

The exact valid span duration 'delta()'.

Value

An instance of Delta.


Sentenai/r-sentenai documentation built on May 17, 2019, 6:34 p.m.