dtt_seq: Sequence

Description Usage Arguments Value Examples

View source: R/seq.R

Description

Creates a unique, ordered complete Date or POSIXct vector.

Usage

1
2
dtt_seq(from = dtt_date("2000-01-01"), to = dtt_date("2000-01-01"),
  units = "days", length_out = NULL)

Arguments

from

A Date or POSIXct scalar of the start date.

to

A Date or POSIXct scalar of the to date.

units

A string of the units.

length_out

An integer of the number of units from from.

Value

A Date or POSIXct vector.

Examples

1

poissonconsulting/dttr documentation built on Feb. 20, 2021, 12:18 a.m.